aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader/nro.cpp
AgeCommit message (Expand)Author
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-13loader: fix homebrew nro registrationLiam
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2023-11-29core: Rename patcher fileGPUCode
2023-11-25core: Define HAS_NCE macroGPUCode
2023-11-25Address some review commentsGPUCode
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-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-06-09android: Add proper homebrew checkCharles Lombardo
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-27loader: Resolve instances of variable shadowingLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
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-20loader: nro: Fix process initialization using ProgramMetadata default.bunnei
2020-04-17loader: elf/kip/nro: Updates for new VMM.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-08nro: Implement ReadControlDataNick Renieris
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2019-03-22kernel/codeset: Make CodeSet's memory data member a regular std::vectorLioncash
2019-03-20kernel: Move CodeSet structure to its own source filesLioncash
2018-12-02loader/nro: Make the static LoadNro function internally linkedLioncash
2018-12-02loader/nro: Remove dependency on the System classLioncash
2018-11-15process: Make MirrorMemory take state to map new memory asZach Hilman
2018-10-29loader/nro: Call RegisterRomFS from LoadZach Hilman
2018-10-25nro: Make LoadNro method accessible outside of apploader code.bunnei
2018-10-14nro: Make LoadNro take a VfsFile by const referenceLioncash
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-10-07nso/nro: Use default allocation size for arg_dataZach Hilman
2018-10-07cmd: Support passing game arguments from command lineZach Hilman
2018-10-07nso/nro: Add NSO arguments structure to data sectionZach 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