summaryrefslogtreecommitdiffstats
path: root/src/core/loader/deconstructed_rom_directory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-24deconstructed_rom_directory: Remove unused FindRomFS() functionLioncash1-29/+0
2018-07-22file_util: Use a u64 to represent number of entriesLioncash1-1/+1
2018-07-21Loader: Only print the module names and addresses if they actually exist.Subv1-5/+2
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-82/+23
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-2/+1
2018-07-13More improvements to GDBStub (#653)Hedges1-0/+3
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-23/+90
2018-07-06Virtual Filesystem (#597)Zach Hilman1-90/+23
2018-07-03Rename logging macro back to LOG_*James Rowe1-4/+4
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-3/+3
2018-04-25loader: Move old logging macros over to new fmt-capable onesLioncash1-4/+4
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