98 Commits (40d901d99e1c2b923233c84e248be7f5e099e594)

Author SHA1 Message Date
Lioncash 73f162a5b0 kernel/process: Use accessors instead of class members for referencing segment array 7 years ago
Lioncash 3bc310cb92 nso: Silence implicit sign conversion warnings 8 years ago
Lioncash d0dd836d53 nso: Remove unused function ReadSegment() 8 years ago
Lioncash 71dc75b71e loader/nso: Check if read succeeded in IdentifyFile() before checking magic value 8 years ago
Lioncash b20bac710d loader/nso: Remove unnecessary vector resizes 8 years ago
Lioncash 0a48b45954 loader/nso: Resolve sign mismatch warnings 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Zach Hilman 753d85fb0c General Filesystem and Save Data Fixes (#670) 8 years ago
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
Lioncash 1b310cbb3a general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 324ee31fc3 general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash ff63e4d3fc loader: Move old logging macros over to new fmt-capable ones 8 years ago
Subv 4be07d1090 Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs 8 years ago
bunnei 36cdd5a39c memory: Fix stack region. 8 years ago
bunnei a26561ce20 kernel: Move stack region outside of application heap. 8 years ago
bunnei f16763ed52 core: Move process creation out of global state. 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
Lioncash 0dc7699bf2 nso: Silence formatting specifier warnings 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
Rozlette 2e5806922f nso: Modify .bss size calculation logic 8 years ago
bunnei 7fe337b38d nso: Load subsdk4 if available. 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
bunnei 02dba7283f nso: Always load the filepath specified by the user. 8 years ago
bunnei 0fba69c235 nso: Load more common submodules. 8 years ago
bunnei ec6eb66383 memory: Support 32-bit paging, move heap address space up. 8 years ago
bunnei 5e11c12766 core: Refactor MakeMagic usage and remove dead code. 8 years ago
bunnei 14ebd959bd nso: Add a log for loading submodules. 8 years ago
bunnei e36ccd5ff1 loader: Various improvements for NSO/NRO loaders. 8 years ago
bunnei 90cc352a37 loader: Add support for NRO, as well as various fixes and shared linker. 8 years ago
bunnei f44ce614ef nso: Fixes to support homebrew NSOs without a MOD header. 8 years ago
bunnei 6d3b6e0041 nso: Refactor and allocate .bss section. 8 years ago
bunnei 0e04a4ffd6 loader: Add support for loading an NSO. 8 years ago