aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader/deconstructed_rom_directory.cpp
AgeCommit message (Expand)Author
2024-01-15Merge pull request #12677 from GPUCode/whyy-moddersliamwhite
2024-01-15core: Support multiple modules per patcherGPUCode
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2023-12-22kernel: restrict nce to applicationsLiam
2023-11-29core: Rename patcher fileGPUCode
2023-11-25core: Define HAS_NCE macroGPUCode
2023-11-25android: Add cpu bakend gui toggleGPUCode
2023-11-25arm: Implement native code execution backendLiam
2023-11-25kernel: Manually specify aslr region startLiam
2023-09-30loader: don't reassign program ID on npdm reparseLiam
2023-09-14core: improve debug workflowLiam
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)liamwhite
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-12-05loader: Support loading subsdk{8,9}jam1garner
2021-11-03core: Remove unused includesameerj
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
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
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2020-04-17loader: nso: Fix loader size and arguments.bunnei
2020-03-02core: loader: Remove check for 32-bit.bunnei
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
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-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