aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader/deconstructed_rom_directory.cpp
AgeCommit message (Expand)Author
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash
2018-12-02loader/nso: Remove dependency on the System classLioncash
2018-10-15nso: Return an optional address from LoadModuleLioncash
2018-10-14nso: Make LoadModule take a VfsFile by const referenceLioncash
2018-10-07nso/nro: Use default allocation size for arg_dataZach Hilman
2018-10-07nso/nro: Add NSO arguments structure to data sectionZach Hilman
2018-10-02nso: Optimize loading of IPS patchesZach Hilman
2018-10-01deconstructed_rom_directory: Force NSO loader to patch NSOsZach Hilman
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-04drd: Parse title ID from program metadataZach Hilman
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman
2018-09-04loader: Ignore patches on NRO and DRDZach Hilman
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman
2018-09-04drd: Load title ID from program metadataZach Hilman
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-14loader: Remove address mapping remnants from citraLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-07loader: Fix scope error in DeconstructedRomDirectoryZach Hilman
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-05loader: Make AppLoader_NCA rely on directory loading codeZach Hilman
2018-07-24deconstructed_rom_directory: Remove unused FindRomFS() functionLioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-20Loader: Only print the module names and addresses if they actually exist.Subv
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-12More improvements to GDBStub (#653)Hedges
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-24loader: Move old logging macros over to new fmt-capable onesLioncash
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-04-03deconstructed_rom_directory.cpp: Fix TypoN00byKing
2018-03-14core: Move process creation out of global state.bunnei
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-02-25loader: Check error on NPDM load, use TID for CodeSetshinyquagsire23
2018-02-25loader: Use NPDM information when loading NSOsshinyquagsire23
2018-02-14deconstructed_rom_directory: Silence formatting specifier warningsLioncash
2018-02-05Changed .istorage to .romfsDavid Marcec
2018-01-21deconstructed_rom_directory: Implement istorage loading for RomFS.bunnei
2018-01-20loader: Minor style fix in deconstructed_rom_directoryRozlette
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Add DeconstructedRomDirectory for game dumps.bunnei