411 Commits (1f320a9d79d2eaa89fbb3f6ad16d91bacdcf6330)

Author SHA1 Message Date
Feng Chen 77f209e391 file_sys: Support load game collection (#6582) 5 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
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 84b656fbbd core: Resolve misc cases of variable shadowing 5 years ago
Lioncash 41c7ce33b6 loader: Resolve instances of variable shadowing 5 years ago
Morph 0357607044 program_metadata: Set a default resource size when a NPDM is not present 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 fb9624da9d main: Resolve error string not displaying 5 years ago
Lioncash fd6a753646 vfs: Use existing type aliases consistently 5 years ago
Lioncash c06510376a core: Eliminate remaining usages of the global system instance 5 years ago
bunnei 9f8d7748d9 core: loader: Implement support for loading indexed programs. 5 years ago
Lioncash b4b63c878f patch_manager: Remove usages of the global system instance 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 6 years ago
Lioncash 18636013c9 core: Fix clang build 6 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 6 years ago
Lioncash e457001dce General: Make use of std::nullopt where applicable 6 years ago
Lioncash 7824da5961 file_sys/romfs_factory: Eliminate usage of the global system accessor 6 years ago
Lioncash 279b79c880 loader/nso: Remove unnecessary [[maybe_unused]] 6 years ago
Lioncash bcb796ee92 core/loader: Remove dependencies on the global system instance 6 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 6 years ago
Lioncash 80d04c0daa common/concepts: Rename IsBaseOf to DerivedFrom 6 years ago
David Marcec b20f4de430 Place in anonymous namespace 6 years ago
David Marcec 46d3c84839 loader: Make IdentifyFile typesafe 6 years ago
bunnei 405c9b15c9 loader: nro: Fix process initialization using ProgramMetadata default. 6 years ago
bunnei 8ef209a529 loader: elf: Fix process initialization using ProgramMetadata default. 6 years ago
Lioncash d0569a0865 loader/nso: Resolve moves not occurring in DecompressSegment 6 years ago
bunnei a48860f7ba loader: nso: Fix loader size and arguments. 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
bunnei 9006c82b27 loader: nso: Fix loading of static objects to be properly sized and aligned. 6 years ago
bunnei 9b0419ce67 core: loader: Remove check for 32-bit. 6 years ago
Michael Scire 56137d471a loader: provide default arguments (zero byte) to NSOs 6 years ago
Markus Wick b8b3264c31 core/loaders: Simplify PhysicalMemory usage. 6 years ago
Zach Hilman d2d7eacee7 core/loader: Track the NSO build ID of the current process 7 years ago
Zach Hilman 0084098c9b nso: Pass build ID directly 7 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
Bakugo 81c1c139fe file_sys: Rename other ContentRecordType members 7 years ago
Lioncash 59d55c8137 common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Zach Hilman e62e715ac2 nsp: Correct status codes for extracted NSPs 7 years ago
Zach Hilman 5231fb95e6 nsp: Use title ID from NPDM metadata for extracted type NSPs 7 years ago
Zach Hilman ae00309771 kernel_executable: Optimize BLZ decompression 7 years ago
Zach Hilman fd67e22b25 loader: Add recognition for KIP file type 7 years ago
Zach Hilman ef42e591df loader: Add KIP and INI file parser-specific errors 7 years ago