91 Commits (7dd4fbf5511b0fd7986a6b8f53df0c3cbfc4f31c)

Author SHA1 Message Date
Lioncash 7dd4fbf551 core/loader: Remove LoadKernelSystemMode 7 years ago
Lioncash e49ee38660 core/core: Move process execution start to System's Load() 7 years ago
Zach Hilman d8094073a2 loader: Propagate NCA logo section to ReadBanner and ReadLogo 7 years ago
Zach Hilman af0bf947d7 loader: Add accessor for Manual RomFS 7 years ago
Zach Hilman 8916266110 loader: Add accessor for game control data 7 years ago
Lioncash b221836d5d kernel/process: Hook up the process capability parser to the process itself 7 years ago
Lioncash 76f5f98b9c loaders: Make GetFileType() a const qualified member function 7 years ago
Zach Hilman 51bfd3864f loader: Add support for reading the name of game's developer 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 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
Lioncash 06b47d8e6f loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
Zach Hilman b8f8b0fa47 bktr: Implement IVFC offset shifting 7 years ago
Zach Hilman e88835cd40 bktr: Fix missing includes and optimize style 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 bba02ec641 made ResultStatus a u16 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago
Zach Hilman 55190386b4 loader: Remove unused IdentifyFile overload 7 years ago
Zach Hilman f89988272e Avoid parsing RomFS to directory in NCA 8 years ago
Lioncash 38c2af9330 kernel: Move object class to its own source files 8 years ago
Zach Hilman 9b710a5901 Use more descriptive error codes and messages 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Lioncash 88f34a5b96 core: Make converting constructors explicit 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
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
N00byKing 6d5b25c136 core, main.h: Abort on 32Bit ROMs (#309) 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
bunnei 5e11c12766 core: Refactor MakeMagic usage and remove dead code. 8 years ago
bunnei 5993f6f6de Remove lots more 3DS-specific code. 8 years ago
bunnei 90cc352a37 loader: Add support for NRO, as well as various fixes and shared linker. 8 years ago
bunnei 0e04a4ffd6 loader: Add support for loading an NSO. 8 years ago
Subv 11920a6bd1 Loaders: Don't automatically set the current process every time we load an application. 8 years ago
Max Thomas 042b389b57 Loader/NCCH: Add support for loading application updates (#2927) 8 years ago
bunnei e5f2839605 loader: Expose program title. 9 years ago
TheKoopaKingdom e0f8f75f43 Addressed Bunnei's review comments, and made some other tweaks: 9 years ago
TheKoopaKingdom b817071212 Created a whitelist of system archives to prevent false positives creating dialogs. 9 years ago
TheKoopaKingdom cee9b78a15 Made some changes from review comments: 9 years ago
TheKoopaKingdom 1b9c3436ab Fixed encrypted ROM error messages. 9 years ago
Mat M dc1927a9d1 Doxygen: Amend minor issues (#2593) 9 years ago