411 Commits (1f320a9d79d2eaa89fbb3f6ad16d91bacdcf6330)

Author SHA1 Message Date
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
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 8 years ago
Zach Hilman 783af4adca deconstructed_rom_directory: Force NSO loader to patch NSOs 8 years ago
Zach Hilman 0b69a38532 nso: Add framework to support patching of uncompressed NSOs 8 years ago
Zach Hilman 6d26c40ebb nso: Replace NSOHeader padding bytes with build ID 8 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 8 years ago
Lioncash 06b47d8e6f loader: Make the Load() function take a process as a regular reference, not a SharedPtr 8 years ago
Lioncash 577bde60b5 memory: Dehardcode the use of fixed memory range constants 8 years ago
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 8 years ago
David fb0cc94d02 Added support for uncompressed NSOs (#1374) 8 years ago
Lioncash 2eeb830edb nax: Avoid re-parsing NAX data with GetFileType() 8 years ago
Lioncash 20ebe33071 nax: Avoid unnecessary calls to AsNCA() in IdentifyType() 8 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash 2300f0b951 kernel/thread: Include thread-related enums within the kernel namespace 8 years ago
Zach Hilman 46eb9ec6ba bktr: Fix bucket overlap error 8 years ago
Zach Hilman 14bfdbe0e7 drd: Parse title ID from program metadata 8 years ago
Zach Hilman 14a18fd7ae patch_manager: Centralize Control-type NCA parsing 8 years ago
Zach Hilman ac7d3882b4 game_list: Fix version display on non-NAND titles 8 years ago
Zach Hilman b8f8b0fa47 bktr: Implement IVFC offset shifting 8 years ago
Zach Hilman e88835cd40 bktr: Fix missing includes and optimize style 8 years ago
Zach Hilman 8a01446903 loader: Add BKTR-specific error messages and codes 8 years ago
Zach Hilman e9e74efb6c loader: Ignore patches on NRO and DRD 8 years ago
Zach Hilman 77282b170f patch_manager: Add usages of patches to ExeFS 8 years ago
Zach Hilman 44448809d5 main: Only show DRD deprecation warning once 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
Zach Hilman 57769f8d0d card_image: Parse XCI secure partition with NSP 8 years ago
Zach Hilman d4794948f2 drd: Load title ID from program metadata 8 years ago
Zach Hilman 1572b45583 loader: Add NSP file type and NSP-specific errors 8 years ago
Lioncash df444a4a8e vfs_real: Forward declare IOFile 8 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 8 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 8 years ago
Zach Hilman 89422004c3 file_sys/crypto: Fix missing/unnecessary includes 8 years ago
Zach Hilman d867928e90 file_sys: Cut down on includes and copies 8 years ago
Zach Hilman 50704abef4 loader: Add new NAX-specific errors and messages 8 years ago
Zach Hilman 8302ba7711 nax: Add AppLoader_NAX and update loader to support it 8 years ago
Zach Hilman 1c1491a1cf xci: Fix error masking issue 8 years ago
Lioncash 1d77a31e1d service/filesystem: Use forward declarations where applicable 8 years ago
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt 8 years ago
Lioncash 4b18920435 loader/nca: Remove unnecessary includes and member variables 8 years ago
Lioncash f5b5d53cde loader/xci: Remove unnecessary includes and member variables 8 years ago
Lioncash ea9c1deb5e loader: Remove address mapping remnants from citra 8 years ago
David Marcec bba02ec641 made ResultStatus a u16 8 years ago
David Marcec c08adc0db0 Fixed invalid cast in loader 8 years ago
Zach Hilman 5810088549 loader: Recognize filename '00' as NCA 8 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 8 years ago
Zach Hilman 55190386b4 loader: Remove unused IdentifyFile overload 8 years ago
Zach Hilman 9aa2bfc60c loader: Fix scope error in DeconstructedRomDirectory 8 years ago
Zach Hilman d53b3a13b3 loader: Add icon and title support to XCI 8 years ago