summaryrefslogtreecommitdiffstats
path: root/src/core/loader/deconstructed_rom_directory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing1-0/+5
2018-04-03deconstructed_rom_directory.cpp: Fix TypoN00byKing1-1/+1
2018-03-14core: Move process creation out of global state.bunnei1-2/+1
2018-03-02Kernel: Store the program id in the Process class instead of the CodeSet class.Subv1-3/+3
2018-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire231-2/+6
2018-02-25loader: Use NPDM information when loading NSOsshinyquagsire231-4/+13
2018-02-14deconstructed_rom_directory: Silence formatting specifier warningsLioncash1-3/+4
2018-02-05Changed .istorage to .romfsDavid Marcec1-4/+4
2018-01-21deconstructed_rom_directory: Implement istorage loading for RomFS.bunnei1-2/+67
2018-01-21loader: Minor style fix in deconstructed_rom_directoryRozlette1-1/+0
2018-01-20loader: Clean up ctors and includes.bunnei1-0/+5
2018-01-20loader: Add DeconstructedRomDirectory for game dumps.bunnei1-0/+101