70 Commits (064f836d1c4f6de7d7c100b4aff700bf66448e22)

Author SHA1 Message Date
Kyle Kienapfel 14e9de6678 code: dodge PAGE_SIZE #define 3 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
lat9nq b91b76df4f general: Make most settings a BasicSetting 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 724c19a307 loader: Resolve instances of variable shadowing 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
bunnei 93e20867b0 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
bunnei 1e55498110 hle: kernel: KThread: Reorganize thread priority defaults. 5 years ago
bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. 5 years ago
Lioncash 5bc4eabe36 core: Eliminate remaining usages of the global system instance 5 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 5 years ago
Lioncash a62c1999c5 file_sys/romfs_factory: Eliminate usage of the global system accessor 5 years ago
Lioncash 113a3972a6 core/loader: Remove dependencies on the global system instance 5 years ago
bunnei 9c12aef2f8 loader: nro: Fix process initialization using ProgramMetadata default. 6 years ago
bunnei 83761d5316 loader: elf/kip/nro: Updates for new VMM. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
Zach Hilman c6ff4a6f4d yuzu: Port old usages of Filesystem namespace to FilesystemController 7 years ago
Nick Renieris bfc5bacecd nro: Implement ReadControlData 6 years ago
Fernando Sahmkow 9bede4eeed VM_Manager: Align allocated memory to 256bytes 7 years ago
Lioncash 612e1388df core/core: Move process execution start to System's Load() 7 years ago
Lioncash c0a01f3adc kernel/codeset: Make CodeSet's memory data member a regular std::vector 7 years ago
Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files 7 years ago
Lioncash fc32d6256a loader/nro: Make the static LoadNro function internally linked 7 years ago
Lioncash b110d2176c loader/nro: Remove dependency on the System class 7 years ago
Zach Hilman 0276761a1e process: Make MirrorMemory take state to map new memory as 7 years ago
Zach Hilman f2f679bf3f loader/nro: Call RegisterRomFS from Load 7 years ago
bunnei ef7b2237d9 nro: Make LoadNro method accessible outside of apploader code. 7 years ago
Lioncash 0732786ddc nro: Make LoadNro 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
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
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
Zach Hilman 9664ce255d bktr: Fix missing includes and optimize style 7 years ago
Zach Hilman 08fcb4694f loader: Ignore patches on NRO and DRD 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 7 years ago
Zach Hilman ec3bef7b4c loader: Add more descriptive errors 7 years ago
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array 7 years ago
Lioncash 1b4d0ac20e nro: Replace inclusion with a forward declaration 8 years ago
Lioncash 2b497e5830 nro: Make bracing consistent 8 years ago
Zach Hilman e8f641a52d NRO Assets and NACP file format 8 years ago
Lioncash 8874d0e657 loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 8 years ago
Lioncash 55ab369043
loader/nro: Resolve sign mismatch warnings 8 years ago