summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bktr: Implement IVFC offset shiftingGravatar Zach Hilman2018-09-041-0/+9
* bktr: Fix missing includes and optimize styleGravatar Zach Hilman2018-09-041-1/+1
* loader: Add BKTR-specific error messages and codesGravatar Zach Hilman2018-09-041-6/+14
* loader: Add NSP file type and NSP-specific errorsGravatar Zach Hilman2018-09-041-0/+2
* vfs_real: Forward declare IOFileGravatar Lioncash2018-09-021-4/+2
* loader: Add new NAX-specific errors and messagesGravatar Zach Hilman2018-08-231-0/+13
* nax: Add AppLoader_NAX and update loader to support itGravatar Zach Hilman2018-08-231-0/+1
* loader: Make ResultStatus directly compatible with fmtGravatar Lioncash2018-08-151-2/+2
* loader: Remove address mapping remnants from citraGravatar Lioncash2018-08-141-7/+0
* made ResultStatus a u16Gravatar David Marcec2018-08-121-1/+1
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-9/+37
* loader: Remove unused IdentifyFile overloadGravatar Zach Hilman2018-08-081-8/+0
* Avoid parsing RomFS to directory in NCAGravatar Zach Hilman2018-08-061-1/+1
* Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-041-1/+3
|\
| * Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-011-1/+2
| * Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+1
* | kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+1
|/
* core: Make converting constructors explicit where applicableGravatar Lioncash2018-07-231-1/+1
* loader: Amend Doxygen commentsGravatar Lioncash2018-07-191-3/+3
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-18/+12
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-12/+18
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-18/+12
* Add support for decrypted NCA files (#567)Gravatar Zach Hilman2018-06-211-0/+1
* core, main.h: Abort on 32Bit ROMs (#309)Gravatar N00byKing2018-04-061-0/+1
* loader: Clean up ctors and includes.Gravatar bunnei2018-01-201-4/+1
* loader: Add DeconstructedRomDirectory for game dumps.Gravatar bunnei2018-01-201-0/+1
* loader: Refactor to also pass filepath into IdentifyType.Gravatar bunnei2018-01-201-1/+2
* core: Refactor MakeMagic usage and remove dead code.Gravatar bunnei2017-10-151-4/+0
* Remove lots more 3DS-specific code.Gravatar bunnei2017-10-121-4/+0
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-091-5/+30
|\
| * Loaders: Don't automatically set the current process every time we load an ap...Gravatar Subv2017-09-261-5/+8
| * Loader/NCCH: Add support for loading application updates (#2927)Gravatar Max Thomas2017-09-251-0/+13
| * loader: Expose program title.Gravatar bunnei2017-08-031-0/+9
* | loader: Add support for NRO, as well as various fixes and shared linker.Gravatar bunnei2017-10-051-0/+1
* | loader: Add support for loading an NSO.Gravatar bunnei2017-09-301-0/+1
|/
* Addressed Bunnei's review comments, and made some other tweaks:Gravatar TheKoopaKingdom2017-06-021-1/+1
* Created a whitelist of system archives to prevent false positives creating di...Gravatar TheKoopaKingdom2017-06-021-3/+1
* Made some changes from review comments:Gravatar TheKoopaKingdom2017-06-021-5/+6
* Fixed encrypted ROM error messages.Gravatar TheKoopaKingdom2017-06-021-3/+5
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-261-1/+1
* loader: Implement ReadProgramIdGravatar MerryMage2016-12-151-0/+9
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-271-6/+7
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-191-0/+11
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-4/+2
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-4/+7
* Loader: Split SMDH into its own header and import helpers from QGameListGravatar Emmanuel Gil Peyrot2016-05-211-47/+0
* CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot2016-05-211-11/+1
* Loader: Add a GetFileType method to get the type of a loaded fileGravatar Emmanuel Gil Peyrot2016-05-211-0/+6
* Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot2016-05-211-3/+3