58 Commits (7824da596111c9ecda73d4b340a54d188b468fc3)

Author SHA1 Message Date
Lioncash 7824da5961 file_sys/romfs_factory: Eliminate usage of the global system accessor 5 years ago
Lioncash bcb796ee92 core/loader: Remove dependencies on the global system instance 5 years ago
bunnei 405c9b15c9 loader: nro: Fix process initialization using ProgramMetadata default. 6 years ago
bunnei 9b2526392a loader: elf/kip/nro: Updates for new VMM. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
Zach Hilman c3ad37b707 yuzu: Port old usages of Filesystem namespace to FilesystemController 7 years ago
Nick Renieris 1017fa7b1d nro: Implement ReadControlData 6 years ago
Fernando Sahmkow 5bce8f62ac VM_Manager: Align allocated memory to 256bytes 7 years ago
Lioncash e49ee38660 core/core: Move process execution start to System's Load() 7 years ago
Lioncash b8ccd49d77 kernel/codeset: Make CodeSet's memory data member a regular std::vector 7 years ago
Lioncash 70ce9f5767 kernel: Move CodeSet structure to its own source files 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
Zach Hilman 706f466e9f loader/nro: Call RegisterRomFS from Load 7 years ago
bunnei ae5b0d437f nro: Make LoadNro method accessible outside of apploader code. 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
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
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 7 years ago
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 7 years ago
Lioncash 2300f0b951 kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
Zach Hilman e88835cd40 bktr: Fix missing includes and optimize style 7 years ago
Zach Hilman e9e74efb6c loader: Ignore patches on NRO and DRD 7 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
Lioncash ea9c1deb5e loader: Remove address mapping remnants from citra 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago
Lioncash 73f162a5b0 kernel/process: Use accessors instead of class members for referencing segment array 7 years ago
Lioncash 3a72ee5fec nro: Replace inclusion with a forward declaration 8 years ago
Lioncash a2c69eb949 nro: Make bracing consistent 8 years ago
Zach Hilman ac0c52dd5f NRO Assets and NACP file format 8 years ago
Lioncash c9b1340d3d loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 8 years ago
Lioncash d0f53d27e0 loader/nro: Resolve sign mismatch warnings 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
Subv 4be07d1090 Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs 8 years ago
bunnei 36cdd5a39c memory: Fix stack region. 8 years ago
bunnei a26561ce20 kernel: Move stack region outside of application heap. 8 years ago
bunnei f16763ed52 core: Move process creation out of global state. 8 years ago
Subv a9c51be95e Kernel: Store the program id in the Process class instead of the CodeSet class. 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
gdkchan bb3209e8f1 Fix NRO Entry Point 8 years ago