321 Commits (7dd574a3a173d9fa372874270fe93dac45e7b60b)

Author SHA1 Message Date
Lioncash c11074738d loader/nso: Remove dependency on the System class 7 years ago
Lioncash 2148254d09 loader/nro: Make the static LoadNro function internally linked 7 years ago
Lioncash d61df4137e loader/nro: Remove dependency on the System class 7 years ago
Zach Hilman d8ce48b5ea process: Make MirrorMemory take state to map new memory as 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman c41c8d5cc1 patch_manager: Add support for dumping decompressed NSOs 7 years ago
Zach Hilman 706f466e9f loader/nro: Call RegisterRomFS from Load 7 years ago
Zach Hilman bd78dc0c29 loader/nsp: Move secondary loader initialization to constructor 7 years ago
bunnei ae5b0d437f nro: Make LoadNro method accessible outside of apploader code. 7 years ago
Lioncash 54ff822f66 XCI: Add function for checking the existence of the program NCA 7 years ago
Lioncash 3b0b8c3f80 nso: Return an optional address from LoadModule 7 years ago
Lioncash 07bc96400e nso: Make LoadModule take a VfsFile by const reference 7 years ago
Lioncash a48ea56c38 nro: Make LoadNro take a VfsFile by const reference 7 years ago
Lioncash d1c7aa8c6c kernel/process: Make CodeSet a regular non-inherited object 7 years ago
Lioncash 4473ebd41d patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
Zach Hilman 8a0accfec0 nso/nro: Use default allocation size for arg_data 7 years ago
Zach Hilman 26559da99e cmd: Support passing game arguments from command line 7 years ago
Zach Hilman 19203e1dc0 nso/nro: Add NSO arguments structure to data section 7 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 7 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
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 7 years ago
Zach Hilman 783af4adca deconstructed_rom_directory: Force NSO loader to patch NSOs 7 years ago
Zach Hilman 0b69a38532 nso: Add framework to support patching of uncompressed NSOs 7 years ago
Zach Hilman 6d26c40ebb nso: Replace NSOHeader padding bytes with build ID 7 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 7 years ago
Lioncash 06b47d8e6f loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 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