summaryrefslogtreecommitdiffstats
path: root/src/core/loader/xci.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam1-1/+2
2023-09-06core: implement basic integrity verificationLiam1-0/+34
2023-08-15vfs: expand support for NCA readingLiam1-4/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-07-20file_sys: Support load game collection (#6582)Feng Chen1-4/+10
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-2/+2
2021-04-27loader: Resolve instances of variable shadowingLioncash1-20/+30
2020-11-25core: loader: Implement support for loading indexed programs.bunnei1-2/+3
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-5/+11
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash1-4/+3
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman1-1/+3
2019-07-02file_sys: Rename other ContentRecordType membersBakugo1-1/+1
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-0/+4
2019-04-12core/core: Move process execution start to System's Load()Lioncash1-12/+16
2019-01-15loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman1-0/+8
2018-12-28loader: Add accessor for Manual RomFSZach Hilman1-0/+9
2018-12-27loader: Add accessor for game control dataZach Hilman1-2/+3
2018-12-03loader: Add support for reading the name of game's developerZach Hilman1-0/+7
2018-10-16XCI: Add function for checking the existence of the program NCALioncash1-2/+1
2018-10-09patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptrLioncash1-1/+1
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman1-0/+5
2018-10-05loader: Add getter for packed updateZach Hilman1-0/+24
2018-10-05loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loadersZach Hilman1-2/+5
2018-09-29loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash1-3/+1
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman1-18/+3
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman1-1/+10
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman1-4/+3
2018-08-23xci: Fix error masking issueZach Hilman1-5/+6
2018-08-15loader/xci: Remove unnecessary includes and member variablesLioncash1-11/+3
2018-08-10loader: Add more descriptive errorsZach Hilman1-4/+7
2018-08-07loader: Add icon and title support to XCIZach Hilman1-1/+32
2018-08-01Fix merge conflicts with opus and update docsZach Hilman1-0/+2
2018-08-01Use more descriptive error codes and messagesZach Hilman1-1/+1
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman1-0/+4
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-3/+4
2018-08-01Remove files that are not usedZach Hilman1-0/+67