107 Commits (00299479ab6fc8dfc4f316b82debb3caed922a93)

Author SHA1 Message Date
Liam 00299479ab core/loader: remove ELF loader 3 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Lioncash f785f73e92 general: Replace NonCopyable struct with equivalents 4 years ago
Feng Chen 07073734ed
file_sys: Support load game collection (#6582) 5 years ago
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 724c19a307 loader: Resolve instances of variable shadowing 5 years ago
Lioncash 86592b274e main: Resolve error string not displaying 5 years ago
bunnei 5f75d97125 core: loader: Implement support for loading indexed programs. 5 years ago
Lioncash 6f8a06bac5 patch_manager: Remove usages of the global system instance 5 years ago
Lioncash 113a3972a6 core/loader: Remove dependencies on the global system instance 5 years ago
Zach Hilman ce9f7ac4f2 loader: Add recognition for KIP file type 7 years ago
Zach Hilman a76bd49268 loader: Add KIP and INI file parser-specific errors 7 years ago
Lioncash 84a8fb9264 core/loader: Remove LoadKernelSystemMode 7 years ago
Zach Hilman b77fde7c5c loader: Move NSO module tracking to AppLoader 7 years ago
Lioncash 612e1388df core/core: Move process execution start to System's Load() 7 years ago
Zach Hilman b273b19576 loader: Propagate NCA logo section to ReadBanner and ReadLogo 7 years ago
Zach Hilman 4c20a39828 loader: Add accessor for Manual RomFS 7 years ago
Zach Hilman 0756f29a2c loader: Add accessor for game control data 7 years ago
Lioncash 002ae08bbd kernel/process: Hook up the process capability parser to the process itself 7 years ago
Lioncash de323851b4 loaders: Make GetFileType() a const qualified member function 7 years ago
Zach Hilman 5f0217592b loader: Add support for reading the name of game's developer 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Lioncash bed872ed38 nso: Return an optional address from LoadModule 7 years ago
Zach Hilman 5045748829 loader: Add getter for packed update 7 years ago
Lioncash a63e6f9dfd loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
Zach Hilman a6e75cd45b bktr: Implement IVFC offset shifting 7 years ago
Zach Hilman 9664ce255d bktr: Fix missing includes and optimize style 7 years ago
Zach Hilman f5e03b9173 loader: Add BKTR-specific error messages and codes 7 years ago
Zach Hilman b555311438 loader: Add NSP file type and NSP-specific errors 7 years ago
Lioncash a405373144 vfs_real: Forward declare IOFile 7 years ago
Zach Hilman b247e0cab0 loader: Add new NAX-specific errors and messages 7 years ago
Zach Hilman 2164702cf7 nax: Add AppLoader_NAX and update loader to support it 7 years ago
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 96c0b81a51 loader: Remove address mapping remnants from citra 7 years ago
David Marcec 98b940052c made ResultStatus a u16 7 years ago
Zach Hilman ec3bef7b4c loader: Add more descriptive errors 7 years ago
Zach Hilman dad2ae1ee0 loader: Remove unused IdentifyFile overload 8 years ago
Zach Hilman 9e88f03e75 Avoid parsing RomFS to directory in NCA 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Zach Hilman 187d8e215f Use more descriptive error codes and messages 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Lioncash 1d755abce4 core: Make converting constructors explicit where applicable 8 years ago
Lioncash 50d08beed2 loader: Amend Doxygen comments 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
Zach Hilman 63f26d5c40 Add support for decrypted NCA files (#567) 8 years ago
N00byKing 358050cfc6 core, main.h: Abort on 32Bit ROMs (#309) 8 years ago
bunnei 386df282a3 loader: Clean up ctors and includes. 8 years ago