26 Commits (f88a0758935d9de348baeb6d1241228d8d69cbce)

Author SHA1 Message Date
Liam 76671fdede core: implement basic integrity verification 3 years ago
Liam 5e3139e7c6 vfs: expand support for NCA reading 3 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
ameerj d27abf5546 core: Remove unused includes 4 years ago
Feng Chen 77f209e391 file_sys: Support load game collection (#6582) 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 41c7ce33b6 loader: Resolve instances of variable shadowing 5 years ago
Lioncash fd6a753646 vfs: Use existing type aliases consistently 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 bcb796ee92 core/loader: Remove dependencies on the global system instance 6 years ago
Zach Hilman 227430a157 loader: Move NSO module tracking to AppLoader 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 f49f3e509f web_browser: Add bounds checking to applet interface 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 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
Lioncash 4473ebd41d patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 8 years ago
Zach Hilman bbbac65dc4 loader: Add getter for packed update 8 years ago
Zach Hilman 9488564c1e loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 8 years ago
Lioncash 06b47d8e6f loader: Make the Load() function take a process as a regular reference, not a SharedPtr 8 years ago
Zach Hilman 887ffb2512 nsp: Comply with style and performance guidelines 8 years ago
Zach Hilman 6d8efb4e2e loader: Add AppLoader for NSP files 8 years ago
Lioncash f5b5d53cde loader/xci: Remove unnecessary includes and member variables 8 years ago
Zach Hilman d53b3a13b3 loader: Add icon and title support to XCI 8 years ago
Zach Hilman 568ce6304c Add missing includes and use const where applicable 8 years ago
Zach Hilman 272ca87298 Make XCI comply to review and style guidelines 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 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
Subv a9c51be95e Kernel: Store the program id in the Process class instead of the CodeSet class. 8 years ago
shinyquagsire23 d5e38de1ec loader: Check error on NPDM load, use TID for CodeSet 8 years ago
bunnei 9b7e8a2e2b loader: Clean up ctors and includes. 8 years ago
bunnei f2d6ec1404 loader: Refactor to also pass filepath into IdentifyType. 8 years ago
bunnei 965c2bddb2 nso: Remove code specific to directory loading. 8 years ago
gdkchan 1402e97994 Remove relocation on NSO/NRO 8 years ago
MerryMage 41bfd994f6 clang-format 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
bunnei e36ccd5ff1 loader: Various improvements for NSO/NRO loaders. 9 years ago
bunnei 90cc352a37 loader: Add support for NRO, as well as various fixes and shared linker. 9 years ago
bunnei f44ce614ef nso: Fixes to support homebrew NSOs without a MOD header. 9 years ago
bunnei 6d3b6e0041 nso: Refactor and allocate .bss section. 9 years ago
bunnei 0e04a4ffd6 loader: Add support for loading an NSO. 9 years ago
Subv 11920a6bd1 Loaders: Don't automatically set the current process every time we load an application. 9 years ago
bunnei fdcff791c3 loader: Remove duplicate docstrings. 10 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 10 years ago