summaryrefslogtreecommitdiffstats
path: root/src/core/loader/deconstructed_rom_directory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core, main.h: Abort on 32Bit ROMs (#309)N00byKing2018-04-061-0/+5
| | | | | | * core, main.h: Abort on 32Bit ROMs * main.cpp: Fix Grammar
* deconstructed_rom_directory.cpp: Fix TypoN00byKing2018-04-031-1/+1
|
* core: Move process creation out of global state.bunnei2018-03-141-2/+1
|
* Kernel: Store the program id in the Process class instead of the CodeSet class.Subv2018-03-021-3/+3
| | | | There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
* loader: Check error on NPDM load, use TID for CodeSetshinyquagsire232018-02-251-2/+6
|
* loader: Use NPDM information when loading NSOsshinyquagsire232018-02-251-4/+13
|
* deconstructed_rom_directory: Silence formatting specifier warningsLioncash2018-02-141-3/+4
|
* Changed .istorage to .romfsDavid Marcec2018-02-051-4/+4
|
* deconstructed_rom_directory: Implement istorage loading for RomFS.bunnei2018-01-211-2/+67
|
* loader: Minor style fix in deconstructed_rom_directoryRozlette2018-01-211-1/+0
|
* loader: Clean up ctors and includes.bunnei2018-01-201-0/+5
|
* loader: Add DeconstructedRomDirectory for game dumps.bunnei2018-01-201-0/+101