42 Commits (b2237a372e47b6858fd8d16004af6db2dd02f0f3)

Author SHA1 Message Date
GPUCode 26a25d2280 core: Support multiple modules per patcher 2 years ago
Liam 19619b1b14 arm: Implement native code execution backend 2 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 41c7ce33b6 loader: Resolve instances of variable shadowing 5 years ago
Lioncash fd6a753646 vfs: Use existing type aliases consistently 5 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 6 years ago
Lioncash bcb796ee92 core/loader: Remove dependencies on the global system instance 6 years ago
bunnei a48860f7ba loader: nso: Fix loader size and arguments. 6 years ago
Michael Scire 56137d471a loader: provide default arguments (zero byte) to NSOs 6 years ago
Zach Hilman 227430a157 loader: Move NSO module tracking to AppLoader 7 years ago
Lioncash e49ee38660 core/core: Move process execution start to System's Load() 7 years ago
Lioncash be2b64e8bc file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash 55b2ab35f7 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago
Zach Hilman 20c46b9242 vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Zach Hilman 81f85bc280 loader/nso: Set main code region in VMManager 7 years ago
Lioncash 76f5f98b9c loaders: Make GetFileType() a const qualified member function 7 years ago
Lioncash c11074738d loader/nso: Remove dependency on the System class 7 years ago
Lioncash 3b0b8c3f80 nso: Return an optional address from LoadModule 8 years ago
Lioncash 07bc96400e nso: Make LoadModule take a VfsFile by const reference 8 years ago
Zach Hilman 8a0accfec0 nso/nro: Use default allocation size for arg_data 8 years ago
Zach Hilman 19203e1dc0 nso/nro: Add NSO arguments structure to data section 8 years ago
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 8 years ago
Zach Hilman 0b69a38532 nso: Add framework to support patching of uncompressed NSOs 8 years ago
Lioncash 06b47d8e6f loader: Make the Load() function take a process as a regular reference, not a SharedPtr 8 years ago
Lioncash 38c2af9330 kernel: Move object class to its own source files 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
Subv a9c51be95e Kernel: Store the program id in the Process class instead of the CodeSet class. 8 years ago
shinyquagsire23 d5e38de1ec loader: Check error on NPDM load, use TID for CodeSet 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
bunnei 965c2bddb2 nso: Remove code specific to directory loading. 8 years ago
gdkchan 1402e97994 Remove relocation on NSO/NRO 8 years ago
MerryMage 41bfd994f6 clang-format 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
bunnei e36ccd5ff1 loader: Various improvements for NSO/NRO loaders. 9 years ago
bunnei 90cc352a37 loader: Add support for NRO, as well as various fixes and shared linker. 9 years ago
bunnei f44ce614ef nso: Fixes to support homebrew NSOs without a MOD header. 9 years ago
bunnei 6d3b6e0041 nso: Refactor and allocate .bss section. 9 years ago
bunnei 0e04a4ffd6 loader: Add support for loading an NSO. 9 years ago
Subv 11920a6bd1 Loaders: Don't automatically set the current process every time we load an application. 9 years ago
bunnei fdcff791c3 loader: Remove duplicate docstrings. 10 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 10 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 10 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 10 years ago
Emmanuel Gil Peyrot 85a4eea460 Loader: Add a GetFileType method to get the type of a loaded file 10 years ago
Yuri Kunde Schlesner 2d7299a86f Loader: Remove unnecessary pointer indirection to IOFile 11 years ago