64 Commits (9d11303a36737d02596b8f525ade29866e733344)

Author SHA1 Message Date
Lioncash 7695febfa1 loader/nso: Remove dependency on the System class 7 years ago
Zach Hilman 1c0226815d patch_manager: Add support for dumping decompressed NSOs 7 years ago
Lioncash bed872ed38 nso: Return an optional address from LoadModule 7 years ago
Lioncash bb9cf8a127 nso: Make LoadModule take a VfsFile by const reference 7 years ago
Lioncash 1abed2f4c4 kernel/process: Make CodeSet a regular non-inherited object 7 years ago
Zach Hilman f945e9767c nso/nro: Use default allocation size for arg_data 7 years ago
Zach Hilman 081f5c1dbf cmd: Support passing game arguments from command line 7 years ago
Zach Hilman e09505ff61 nso/nro: Add NSO arguments structure to data section 7 years ago
Zach Hilman 215b65fe75 nso: Optimize loading of IPS patches 7 years ago
Zach Hilman 003b44822a nso: Add framework to support patching of uncompressed NSOs 7 years ago
Zach Hilman 3c9e70fefa nso: Replace NSOHeader padding bytes with build ID 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Lioncash a63e6f9dfd loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants 7 years ago
Lioncash 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata 7 years ago
David 1db1e013e0 Added support for uncompressed NSOs (#1374) 7 years ago
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
Lioncash 96c0b81a51 loader: Remove address mapping remnants from citra 8 years ago
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array 8 years ago
Lioncash 364b950515 nso: Silence implicit sign conversion warnings 8 years ago
Lioncash a25c5b982a nso: Remove unused function ReadSegment() 8 years ago
Lioncash 9b22f856c2 loader/nso: Check if read succeeded in IdentifyFile() before checking magic value 8 years ago
Lioncash 1831b5ef62
loader/nso: Remove unnecessary vector resizes 8 years ago
Lioncash e3a30ccc7c
loader/nso: Resolve sign mismatch warnings 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Zach Hilman 69bfe075b5 General Filesystem and Save Data Fixes (#670) 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Zach Hilman 63f26d5c40 Add support for decrypted NCA files (#567) 8 years ago
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 8475496630
general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash cc2e14ec2a
loader: Move old logging macros over to new fmt-capable ones 8 years ago
Subv a70ed9c8ae Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs 8 years ago
bunnei b27ab46bde memory: Fix stack region. 8 years ago
bunnei 8581404482 kernel: Move stack region outside of application heap. 8 years ago
bunnei 7d6653268f core: Move process creation out of global state. 8 years ago
Subv 827f8ca3c7 Kernel: Store the program id in the Process class instead of the CodeSet class. 8 years ago
shinyquagsire23 487f8bc018 loader: Check error on NPDM load, use TID for CodeSet 8 years ago
Lioncash e6bf72877f
nso: Silence formatting specifier warnings 8 years ago
bunnei 386df282a3 loader: Clean up ctors and includes. 8 years ago
bunnei 023aef053c loader: Refactor to also pass filepath into IdentifyType. 8 years ago
bunnei 2dafd0d287 nso: Remove code specific to directory loading. 8 years ago
gdkchan c65ac49238 Remove relocation on NSO/NRO 8 years ago
MerryMage e35644c005 clang-format 8 years ago
Rozlette 09bcc2042c nso: Modify .bss size calculation logic 8 years ago
bunnei 6f904bb622 nso: Load subsdk4 if available. 8 years ago