summaryrefslogtreecommitdiff
path: root/src/core/loader/nro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-2/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-1/+0
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-4/+4
* loader: Resolve instances of variable shadowingGravatar Lioncash2021-04-271-7/+6
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei2021-02-181-1/+1
* hle: kernel: KThread: Reorganize thread priority defaults.Gravatar bunnei2021-01-281-2/+2
* core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2021-01-281-1/+1
* core: Eliminate remaining usages of the global system instanceGravatar Lioncash2020-11-271-5/+1
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-1/+1
* file_sys/romfs_factory: Eliminate usage of the global system accessorGravatar Lioncash2020-09-161-2/+2
* core/loader: Remove dependencies on the global system instanceGravatar Lioncash2020-09-161-2/+2
* loader: nro: Fix process initialization using ProgramMetadata default.Gravatar bunnei2020-04-201-10/+13
* loader: elf/kip/nro: Updates for new VMM.Gravatar bunnei2020-04-171-2/+2
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-2/+2
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-211-1/+3
* nro: Implement ReadControlDataGravatar Nick Renieris2019-09-081-0/+9
* VM_Manager: Align allocated memory to 256bytesGravatar Fernando Sahmkow2019-07-191-1/+1
* core/core: Move process execution start to System's Load()Gravatar Lioncash2019-04-111-7/+7
* kernel/codeset: Make CodeSet's memory data member a regular std::vectorGravatar Lioncash2019-03-221-1/+1
* kernel: Move CodeSet structure to its own source filesGravatar Lioncash2019-03-201-0/+1
* loader/nro: Make the static LoadNro function internally linkedGravatar Lioncash2018-12-021-4/+5
* loader/nro: Remove dependency on the System classGravatar Lioncash2018-12-021-8/+6
* process: Make MirrorMemory take state to map new memory asGravatar Zach Hilman2018-11-151-2/+5
* loader/nro: Call RegisterRomFS from LoadGravatar Zach Hilman2018-10-291-0/+5
* nro: Make LoadNro method accessible outside of apploader code.Gravatar bunnei2018-10-251-6/+15
* nro: Make LoadNro take a VfsFile by const referenceGravatar Lioncash2018-10-141-5/+5
* kernel/process: Make CodeSet a regular non-inherited objectGravatar Lioncash2018-10-121-12/+9
* nso/nro: Use default allocation size for arg_dataGravatar Zach Hilman2018-10-071-6/+8
* cmd: Support passing game arguments from command lineGravatar Zach Hilman2018-10-071-1/+1
* nso/nro: Add NSO arguments structure to data sectionGravatar Zach Hilman2018-10-071-0/+13
* kernel/process: Make data member variables privateGravatar Lioncash2018-09-301-1/+1
* loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash2018-09-291-3/+3
* memory: Dehardcode the use of fixed memory range constantsGravatar Lioncash2018-09-241-3/+4
* process/vm_manager: Amend API to allow reading parameters from NPDM metadataGravatar Lioncash2018-09-241-5/+0
* kernel/thread: Include thread-related enums within the kernel namespaceGravatar Lioncash2018-09-131-1/+1
* bktr: Fix missing includes and optimize styleGravatar Zach Hilman2018-09-041-1/+1
* loader: Ignore patches on NRO and DRDGravatar Zach Hilman2018-09-041-0/+5
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-0/+1
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-281-2/+4
* loader: Remove address mapping remnants from citraGravatar Lioncash2018-08-141-1/+0
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-5/+5
* kernel/process: Use accessors instead of class members for referencing segmen...Gravatar Lioncash2018-08-031-1/+1
* nro: Replace inclusion with a forward declarationGravatar Lioncash2018-07-231-0/+3
* nro: Make bracing consistentGravatar Lioncash2018-07-231-10/+24
* NRO Assets and NACP file formatGravatar Zach Hilman2018-07-231-1/+78
* loader/{nca, nro}: std::move VirtualFile in the constructors where applicableGravatar Lioncash2018-07-201-1/+2
* loader/nro: Resolve sign mismatch warningsGravatar Lioncash2018-07-181-1/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-22/+10