summaryrefslogtreecommitdiff
path: root/src/core/loader/xci.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* file_sys: Support load game collection (#6582)Gravatar Feng Chen2021-07-201-4/+10
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-2/+2
* loader: Resolve instances of variable shadowingGravatar Lioncash2021-04-271-20/+30
* core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-241-2/+3
* patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-181-5/+11
* core/loader: Remove dependencies on the global system instanceGravatar Lioncash2020-09-161-4/+3
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-211-1/+3
* file_sys: Rename other ContentRecordType membersGravatar Bakugo2019-07-021-1/+1
* loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-0/+4
* core/core: Move process execution start to System's Load()Gravatar Lioncash2019-04-111-12/+16
* loader: Propagate NCA logo section to ReadBanner and ReadLogoGravatar Zach Hilman2019-01-151-0/+8
* loader: Add accessor for Manual RomFSGravatar Zach Hilman2018-12-281-0/+9
* loader: Add accessor for game control dataGravatar Zach Hilman2018-12-271-2/+3
* loader: Add support for reading the name of game's developerGravatar Zach Hilman2018-12-031-0/+7
* XCI: Add function for checking the existence of the program NCAGravatar Lioncash2018-10-161-2/+1
* patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...Gravatar Lioncash2018-10-091-1/+1
* romfs_factory: Extract packed update setter to new functionGravatar Zach Hilman2018-10-051-0/+5
* loader: Add getter for packed updateGravatar Zach Hilman2018-10-051-0/+24
* loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loadersGravatar Zach Hilman2018-10-051-2/+5
* loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash2018-09-291-3/+1
* patch_manager: Centralize Control-type NCA parsingGravatar Zach Hilman2018-09-041-18/+3
* game_list: Fix version display on non-NAND titlesGravatar Zach Hilman2018-09-041-1/+10
* card_image: Parse XCI secure partition with NSPGravatar Zach Hilman2018-09-041-4/+3
* xci: Fix error masking issueGravatar Zach Hilman2018-08-231-5/+6
* loader/xci: Remove unnecessary includes and member variablesGravatar Lioncash2018-08-151-11/+3
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-4/+7
* loader: Add icon and title support to XCIGravatar Zach Hilman2018-08-061-1/+32
* Fix merge conflicts with opus and update docsGravatar Zach Hilman2018-08-011-0/+2
* Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-011-1/+1
* Use ErrorEncrypted where applicable and fix no keys crashGravatar Zach Hilman2018-08-011-0/+4
* Make XCI comply to review and style guidelinesGravatar Zach Hilman2018-08-011-3/+4
* Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+67