40 Commits (206f1304d61535224d442a155f9cc356bf95baf3)

Author SHA1 Message Date
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 724c19a307 loader: Resolve instances of variable shadowing 5 years ago
Lioncash b1657b8c6b vfs: Use existing type aliases consistently 5 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 6 years ago
Lioncash 113a3972a6 core/loader: Remove dependencies on the global system instance 6 years ago
bunnei bebfb05c1b loader: nso: Fix loader size and arguments. 6 years ago
Michael Scire 5a7eecc3ad loader: provide default arguments (zero byte) to NSOs 6 years ago
Zach Hilman b77fde7c5c loader: Move NSO module tracking to AppLoader 7 years ago
Lioncash 612e1388df core/core: Move process execution start to System's Load() 7 years ago
Lioncash 1cf90f4570 file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash ab00552118 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago
Zach Hilman 52ac6419da vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Zach Hilman c100a4b8d4 loader/nso: Set main code region in VMManager 7 years ago
Lioncash de323851b4 loaders: Make GetFileType() a const qualified member function 7 years ago
Lioncash 7695febfa1 loader/nso: Remove dependency on the System class 7 years ago
Lioncash bed872ed38 nso: Return an optional address from LoadModule 8 years ago
Lioncash bb9cf8a127 nso: Make LoadModule take a VfsFile by const reference 8 years ago
Zach Hilman f945e9767c nso/nro: Use default allocation size for arg_data 8 years ago
Zach Hilman e09505ff61 nso/nro: Add NSO arguments structure to data section 8 years ago
Zach Hilman 215b65fe75 nso: Optimize loading of IPS patches 8 years ago
Zach Hilman 003b44822a nso: Add framework to support patching of uncompressed NSOs 8 years ago
Lioncash a63e6f9dfd loader: Make the Load() function take a process as a regular reference, not a SharedPtr 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
Zach Hilman 63f26d5c40 Add support for decrypted NCA files (#567) 8 years ago
Subv 827f8ca3c7 Kernel: Store the program id in the Process class instead of the CodeSet class. 8 years ago
shinyquagsire23 487f8bc018 loader: Check error on NPDM load, use TID for CodeSet 8 years ago
bunnei 386df282a3 loader: Clean up ctors and includes. 8 years ago
bunnei 023aef053c loader: Refactor to also pass filepath into IdentifyType. 8 years ago
bunnei 2dafd0d287 nso: Remove code specific to directory loading. 8 years ago
gdkchan c65ac49238 Remove relocation on NSO/NRO 8 years ago
MerryMage e35644c005 clang-format 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
bunnei 23ce4f5afc loader: Various improvements for NSO/NRO loaders. 9 years ago
bunnei 33ea53094c loader: Add support for NRO, as well as various fixes and shared linker. 9 years ago
bunnei d454364bca nso: Fixes to support homebrew NSOs without a MOD header. 9 years ago
bunnei 8c92435ded nso: Refactor and allocate .bss section. 9 years ago
bunnei 6bafd3f4f7 loader: Add support for loading an NSO. 9 years ago
Subv 7f48aa8d25 Loaders: Don't automatically set the current process every time we load an application. 9 years ago
bunnei 81e22ae8c7 loader: Remove duplicate docstrings. 10 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 10 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 10 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 years ago
Emmanuel Gil Peyrot 9a35d1fb4a 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
Yuri Kunde Schlesner 6d60acf0f1 Kernel: Introduce skeleton Process class to hold process data 11 years ago
Emmanuel Gil Peyrot 82ec17db7d Loader: Guess filetype from the magic, or fallback to the extension. 11 years ago