summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2018-10-27loader/nsp: Move secondary loader initialization to constructorZach Hilman
2018-10-25nro: Make LoadNro method accessible outside of apploader code.bunnei
2018-10-16XCI: Add function for checking the existence of the program NCALioncash
2018-10-15nso: Return an optional address from LoadModuleLioncash
2018-10-14nso: Make LoadModule take a VfsFile by const referenceLioncash
2018-10-14nro: Make LoadNro take a VfsFile by const referenceLioncash
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-10-09patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...Lioncash
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-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-10-05loader: Add getter for packed updateZach Hilman
2018-10-05loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loadersZach Hilman
2018-10-02nso: Optimize loading of IPS patchesZach Hilman
2018-10-01deconstructed_rom_directory: Force NSO loader to patch NSOsZach Hilman
2018-10-01nso: Add framework to support patching of uncompressed NSOsZach Hilman
2018-10-01nso: Replace NSOHeader padding bytes with build IDZach 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-21Added support for uncompressed NSOs (#1374)David
2018-09-19nax: Avoid re-parsing NAX data with GetFileType()Lioncash
2018-09-19nax: Avoid unnecessary calls to AsNCA() in IdentifyType()Lioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash
2018-09-04bktr: Fix bucket overlap errorZach Hilman
2018-09-04drd: Parse title ID from program metadataZach Hilman
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman
2018-09-04loader: Add BKTR-specific error messages and codesZach Hilman
2018-09-04loader: Ignore patches on NRO and DRDZach Hilman
2018-09-04patch_manager: Add usages of patches to ExeFSZach Hilman
2018-09-04main: Only show DRD deprecation warning onceZach Hilman
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman
2018-09-04loader: Add AppLoader for NSP filesZach Hilman
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman
2018-09-04drd: Load title ID from program metadataZach Hilman
2018-09-04loader: Add NSP file type and NSP-specific errorsZach Hilman
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-24file_sys/crypto: Fix missing/unnecessary includesZach Hilman
2018-08-23file_sys: Cut down on includes and copiesZach Hilman
2018-08-23loader: Add new NAX-specific errors and messagesZach Hilman
2018-08-23nax: Add AppLoader_NAX and update loader to support itZach Hilman
2018-08-23xci: Fix error masking issueZach Hilman