114 Commits (c8aee425eb12ae353aa9c109c400eb3a72aac3a6)

Author SHA1 Message Date
Merry 62b91b0094 core/loader: Return nullptr if file is nullptr 3 years ago
Liam 9080ea9ab1 core/loader: remove ELF loader 3 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
BytesGalore 8f530cbb09 loader: log the type of mismatching file-extension 4 years ago
Feng Chen 77f209e391 file_sys: Support load game collection (#6582) 4 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash fb9624da9d main: Resolve error string not displaying 5 years ago
bunnei 9f8d7748d9 core: loader: Implement support for loading indexed programs. 5 years ago
Lioncash b4b63c878f patch_manager: Remove usages of the global system instance 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash 80d04c0daa common/concepts: Rename IsBaseOf to DerivedFrom 5 years ago
David Marcec b20f4de430 Place in anonymous namespace 5 years ago
David Marcec 46d3c84839 loader: Make IdentifyFile typesafe 5 years ago
Zach Hilman fd67e22b25 loader: Add recognition for KIP file type 7 years ago
Zach Hilman ef42e591df loader: Add KIP and INI file parser-specific errors 7 years ago
Lioncash b221836d5d kernel/process: Hook up the process capability parser to the process itself 7 years ago
Lioncash 3b0b8c3f80 nso: Return an optional address from LoadModule 7 years ago
Zach Hilman bbbac65dc4 loader: Add getter for packed update 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Zach Hilman 46eb9ec6ba bktr: Fix bucket overlap error 7 years ago
Zach Hilman 8a01446903 loader: Add BKTR-specific error messages and codes 7 years ago
Zach Hilman 1572b45583 loader: Add NSP file type and NSP-specific errors 7 years ago
Lioncash df444a4a8e vfs_real: Forward declare IOFile 7 years ago
Zach Hilman 50704abef4 loader: Add new NAX-specific errors and messages 7 years ago
Zach Hilman 8302ba7711 nax: Add AppLoader_NAX and update loader to support it 7 years ago
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash ea9c1deb5e loader: Remove address mapping remnants from citra 7 years ago
David Marcec c08adc0db0 Fixed invalid cast in loader 7 years ago
Zach Hilman 5810088549 loader: Recognize filename '00' as NCA 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago
Zach Hilman 55190386b4 loader: Remove unused IdentifyFile overload 8 years ago
Zach Hilman f89988272e Avoid parsing RomFS to directory in NCA 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Lioncash 204ed73e8c loader: Remove unnecessary constructor call in IdentifyFile() 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash ebefc0f080 loader: Amend Doxygen comments 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
Lioncash ff63e4d3fc loader: Move old logging macros over to new fmt-capable ones 8 years ago
bunnei 9b7e8a2e2b loader: Clean up ctors and includes. 8 years ago
bunnei b870202ad5 loader: Add DeconstructedRomDirectory for game dumps. 8 years ago
bunnei f2d6ec1404 loader: Refactor to also pass filepath into IdentifyType. 8 years ago
Thog 84ad54795f Add missing FileType declarations in GuessFromExtension and GetFileTypeString 8 years ago
bunnei e36d959e34 Remove more 3DS-specific code. 8 years ago
bunnei 5993f6f6de Remove lots more 3DS-specific code. 8 years ago