aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader/deconstructed_rom_directory.h
AgeCommit message (Expand)Author
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-03core: Resolve misc cases of variable shadowingLioncash
2021-04-27loader: Resolve instances of variable shadowingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2018-12-05loaders: Make GetFileType() a const qualified member functionLioncash
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
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-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-05loader: Make AppLoader_NCA rely on directory loading codeZach Hilman
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-02-25loader: Use NPDM information when loading NSOsshinyquagsire23
2018-02-05Changed .istorage to .romfsDavid Marcec
2018-01-21deconstructed_rom_directory: Implement istorage loading for RomFS.bunnei
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Add DeconstructedRomDirectory for game dumps.bunnei