summaryrefslogtreecommitdiffstats
path: root/src/core/loader/deconstructed_rom_directory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12677 from GPUCode/whyy-moddersliamwhite2024-01-151-18/+57
|\
| * core: Support multiple modules per patcherGPUCode2024-01-141-18/+57
* | fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-14/+0
|/
* kernel: restrict nce to applicationsLiam2023-12-231-3/+4
* core: Rename patcher fileGPUCode2023-11-291-1/+1
* core: Define HAS_NCE macroGPUCode2023-11-251-3/+3
* android: Add cpu bakend gui toggleGPUCode2023-11-251-2/+4
* arm: Implement native code execution backendLiam2023-11-251-12/+49
* kernel: Manually specify aslr region startLiam2023-11-251-1/+1
* loader: don't reassign program ID on npdm reparseLiam2023-09-301-1/+1
* core: improve debug workflowLiam2023-09-141-4/+4
* kernel: offset code entry point for 39-bit address space type (#11326)liamwhite2023-08-251-1/+1
* k_process: PageTable -> GetPageTableLiam2023-07-151-1/+1
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* loader: Support loading subsdk{8,9}jam1garner2021-12-061-2/+3
* core: Remove unused includesameerj2021-11-041-3/+0
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+0
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-12/+11
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
* core: Resolve misc cases of variable shadowingLioncash2021-05-031-2/+2
* loader: Resolve instances of variable shadowingLioncash2021-04-271-17/+23
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-1/+1
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-3/+0
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-2/+4
* file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash2020-09-171-2/+2
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-8/+8
* loader: nso: Fix loader size and arguments.bunnei2020-04-171-13/+34
* core: loader: Remove check for 32-bit.bunnei2020-03-031-6/+0
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-1/+3
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-0/+11
* core/core: Move process execution start to System's Load()Lioncash2019-04-121-18/+22
* kernel/process: Hook up the process capability parser to the process itselfLioncash2018-12-211-1/+4
* loader/nso: Remove dependency on the System classLioncash2018-12-031-2/+1
* nso: Return an optional address from LoadModuleLioncash2018-10-151-7/+15
* nso: Make LoadModule take a VfsFile by const referenceLioncash2018-10-151-1/+1
* nso/nro: Use default allocation size for arg_dataZach Hilman2018-10-071-2/+2
* nso/nro: Add NSO arguments structure to data sectionZach Hilman2018-10-071-1/+3
* nso: Optimize loading of IPS patchesZach Hilman2018-10-021-3/+2
* deconstructed_rom_directory: Force NSO loader to patch NSOsZach Hilman2018-10-011-1/+3
* kernel/process: Make data member variables privateLioncash2018-09-301-1/+1
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-5/+4
* memory: Dehardcode the use of fixed memory range constantsLioncash2018-09-251-4/+3
* process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash2018-09-241-7/+4
* drd: Parse title ID from program metadataZach Hilman2018-09-041-1/+8
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-1/+1
* loader: Ignore patches on NRO and DRDZach Hilman2018-09-041-0/+4
* patch_manager: Add usages of patches to ExeFSZach Hilman2018-09-041-5/+24
* drd: Load title ID from program metadataZach Hilman2018-09-041-3/+1
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* kernel: Eliminate kernel global stateLioncash2018-08-291-1/+3
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+1
* loader: Remove address mapping remnants from citraLioncash2018-08-151-1/+0
* loader: Add more descriptive errorsZach Hilman2018-08-101-7/+7
* Merge pull request #850 from DarkLordZach/icon-metabunnei2018-08-081-2/+66
|\
| * Use const where applicableZach Hilman2018-08-071-1/+1
| * Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-2/+66
* | loader: Fix scope error in DeconstructedRomDirectoryZach Hilman2018-08-071-1/+1
|/
* loader: Make AppLoader_NCA rely on directory loading codeZach Hilman2018-08-061-1/+10
* deconstructed_rom_directory: Remove unused FindRomFS() functionLioncash2018-07-241-29/+0
* file_util: Use a u64 to represent number of entriesLioncash2018-07-221-1/+1
* Loader: Only print the module names and addresses if they actually exist.Subv2018-07-211-5/+2
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-82/+23
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-2/+1
* More improvements to GDBStub (#653)Hedges2018-07-131-0/+3
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-23/+90
* Virtual Filesystem (#597)Zach Hilman2018-07-061-90/+23
* Rename logging macro back to LOG_*James Rowe2018-07-031-4/+4
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-3/+3
* loader: Move old logging macros over to new fmt-capable onesLioncash2018-04-251-4/+4
* core, main.h: Abort on 32Bit ROMs (#309)N00byKing2018-04-061-0/+5
* 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
* 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