summaryrefslogtreecommitdiff
path: root/src/core/loader/nro.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryGravatar FearlessTobi1-1/+1
2024-01-13loader: fix homebrew nro registrationGravatar Liam1-6/+6
2024-01-11fsp-srv: use program registry for SetCurrentProcessGravatar Liam1-2/+4
2023-11-29core: Rename patcher fileGravatar GPUCode1-1/+1
2023-11-25core: Define HAS_NCE macroGravatar GPUCode1-3/+3
2023-11-25Address some review commentsGravatar GPUCode1-3/+3
2023-11-25android: Add cpu bakend gui toggleGravatar GPUCode1-1/+1
2023-11-25arm: Implement native code execution backendGravatar Liam1-5/+57
2023-11-25kernel: Manually specify aslr region startGravatar Liam1-1/+2
2023-09-14core: improve debug workflowGravatar Liam1-1/+2
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)Gravatar liamwhite1-1/+1
2023-07-14k_process: PageTable -> GetPageTableGravatar Liam1-1/+1
2023-06-09android: Add proper homebrew checkGravatar Charles Lombardo1-1/+12
2022-08-19code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq1-2/+2
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-1/+0
2021-05-05hle: kernel: Rename Process to KProcess.Gravatar bunnei1-4/+4
2021-04-27loader: Resolve instances of variable shadowingGravatar Lioncash1-7/+6
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei1-1/+1
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.Gravatar bunnei1-2/+2
2021-01-28core: hle: kernel: Rename Thread to KThread.Gravatar bunnei1-1/+1
2020-11-27core: Eliminate remaining usages of the global system instanceGravatar Lioncash1-5/+1
2020-10-13core/CMakeLists: Make some warnings errorsGravatar Lioncash1-1/+1
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorGravatar Lioncash1-2/+2
2020-09-16core/loader: Remove dependencies on the global system instanceGravatar Lioncash1-2/+2
2020-04-20loader: nro: Fix process initialization using ProgramMetadata default.Gravatar bunnei1-10/+13
2020-04-17loader: elf/kip/nro: Updates for new VMM.Gravatar bunnei1-2/+2
2020-04-17core: memory: Move to Core::Memory namespace.Gravatar bunnei1-2/+2
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman1-1/+3
2019-09-08nro: Implement ReadControlDataGravatar Nick Renieris1-0/+9
2019-07-19VM_Manager: Align allocated memory to 256bytesGravatar Fernando Sahmkow1-1/+1
2019-04-11core/core: Move process execution start to System's Load()Gravatar Lioncash1-7/+7
2019-03-22kernel/codeset: Make CodeSet's memory data member a regular std::vectorGravatar Lioncash1-1/+1
2019-03-20kernel: Move CodeSet structure to its own source filesGravatar Lioncash1-0/+1
2018-12-02loader/nro: Make the static LoadNro function internally linkedGravatar Lioncash1-4/+5
2018-12-02loader/nro: Remove dependency on the System classGravatar Lioncash1-8/+6
2018-11-15process: Make MirrorMemory take state to map new memory asGravatar Zach Hilman1-2/+5
2018-10-29loader/nro: Call RegisterRomFS from LoadGravatar Zach Hilman1-0/+5
2018-10-25nro: Make LoadNro method accessible outside of apploader code.Gravatar bunnei1-6/+15
2018-10-14nro: Make LoadNro take a VfsFile by const referenceGravatar Lioncash1-5/+5
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectGravatar Lioncash1-12/+9
2018-10-07nso/nro: Use default allocation size for arg_dataGravatar Zach Hilman1-6/+8
2018-10-07cmd: Support passing game arguments from command lineGravatar Zach Hilman1-1/+1
2018-10-07nso/nro: Add NSO arguments structure to data sectionGravatar Zach Hilman1-0/+13
2018-09-30kernel/process: Make data member variables privateGravatar Lioncash1-1/+1
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash1-3/+3
2018-09-24memory: Dehardcode the use of fixed memory range constantsGravatar Lioncash1-3/+4
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataGravatar Lioncash1-5/+0