83 Commits (cb135ba86fdcd6484c4901e766ef18afae6c1d34)

Author SHA1 Message Date
FearlessTobi 24f979a4b8 vfs: Move vfs files to their own directory 2 years ago
Liam 36739873d2 loader: fix homebrew nro registration 2 years ago
Liam 2397093e4f fsp-srv: use program registry for SetCurrentProcess 2 years ago
GPUCode e6e15d2d10 core: Rename patcher file 2 years ago
GPUCode 3930e3d7fd core: Define HAS_NCE macro 2 years ago
GPUCode 3814ca9d84 Address some review comments 2 years ago
GPUCode 3764cc4be2 android: Add cpu bakend gui toggle 2 years ago
Liam 19619b1b14 arm: Implement native code execution backend 2 years ago
Liam 3a5992f2ef kernel: Manually specify aslr region start 2 years ago
Liam efef3d8487 core: improve debug workflow 3 years ago
liamwhite aa16fd2422 kernel: offset code entry point for 39-bit address space type (#11326) 3 years ago
Liam 6b6f0b21b9 k_process: PageTable -> GetPageTable 3 years ago
Charles Lombardo b1b9075f2d android: Add proper homebrew check 3 years ago
Kyle Kienapfel ea00332a67 code: dodge PAGE_SIZE #define 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
lat9nq 794c444285 general: Make most settings a BasicSetting 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 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
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
bunnei 5dbcaa2970 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
bunnei 0ae0bc4340 hle: kernel: KThread: Reorganize thread priority defaults. 5 years ago
bunnei 3d70b4a4ea core: hle: kernel: Rename Thread to KThread. 5 years ago
Lioncash c06510376a core: Eliminate remaining usages of the global system instance 5 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 6 years ago
Lioncash 7824da5961 file_sys/romfs_factory: Eliminate usage of the global system accessor 6 years ago
Lioncash bcb796ee92 core/loader: Remove dependencies on the global system instance 6 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 7 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 8 years ago
Zach Hilman 706f466e9f loader/nro: Call RegisterRomFS from Load 8 years ago
bunnei ae5b0d437f nro: Make LoadNro method accessible outside of apploader code. 8 years ago
Lioncash a48ea56c38 nro: Make LoadNro take a VfsFile by const reference 8 years ago
Lioncash d1c7aa8c6c kernel/process: Make CodeSet a regular non-inherited object 8 years ago
Zach Hilman 8a0accfec0 nso/nro: Use default allocation size for arg_data 8 years ago
Zach Hilman 26559da99e cmd: Support passing game arguments from command line 8 years ago
Zach Hilman 19203e1dc0 nso/nro: Add NSO arguments structure to data section 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