450 Commits (b2237a372e47b6858fd8d16004af6db2dd02f0f3)

Author SHA1 Message Date
Lioncash 88f34a5b96 core: Make converting constructors explicit where applicable 8 years ago
Lioncash 204ed73e8c loader: Remove unnecessary constructor call in IdentifyFile() 8 years ago
Lioncash d5a96f2c94 linker: Remove unused parameter from WriteRelocations() 8 years ago
Lioncash 3a72ee5fec nro: Replace inclusion with a forward declaration 8 years ago
Lioncash a2c69eb949 nro: Make bracing consistent 8 years ago
Lioncash 6fd1615b93 nro: Make constructor explicit 8 years ago
Lioncash df82410454 nro: Remove unused forward declaration 8 years ago
Zach Hilman ac0c52dd5f NRO Assets and NACP file format 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Subv c1cc141fb0 Loader: Only print the module names and addresses if they actually exist. 8 years ago
Lioncash c9b1340d3d loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 8 years ago
Lioncash 3bc310cb92 nso: Silence implicit sign conversion warnings 8 years ago
Lioncash d0dd836d53 nso: Remove unused function ReadSegment() 8 years ago
Lioncash ebefc0f080 loader: Amend Doxygen comments 8 years ago
Lioncash 71dc75b71e loader/nso: Check if read succeeded in IdentifyFile() before checking magic value 8 years ago
Lioncash d0f53d27e0 loader/nro: Resolve sign mismatch warnings 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 d74d2a77cb Update clang format 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
N00byKing 6d5b25c136 core, main.h: Abort on 32Bit ROMs (#309) 8 years ago
N00byKing ba7cd88412 deconstructed_rom_directory.cpp: Fix Typo 8 years ago
bunnei 36cdd5a39c memory: Fix stack region. 8 years ago
N00byKing 1212e9e231 Clean Warnings (?) 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
shinyquagsire23 013d8828a3 loader: Use NPDM information when loading NSOs 8 years ago
Lioncash 0dc7699bf2 nso: Silence formatting specifier warnings 8 years ago
Lioncash bf863bdb34 deconstructed_rom_directory: Silence formatting specifier warnings 8 years ago
David Marcec a6eb36e548 Changed .istorage to .romfs 8 years ago
bunnei 985c960e85 deconstructed_rom_directory: Implement istorage loading for RomFS. 8 years ago
Rozlette 76b2dabd35 loader: Minor style fix in deconstructed_rom_directory 8 years ago
James Rowe ea88c44eb8 Format: Run the new clang format on everything 8 years ago
bunnei 9b7e8a2e2b loader: Clean up ctors and includes. 8 years ago
bunnei b870202ad5 loader: Add DeconstructedRomDirectory for game dumps. 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