summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
AgeCommit message (Expand)Author
2018-10-15nso: Return an optional address from LoadModuleLioncash
2018-10-05loader: Add getter for packed updateZach Hilman
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
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: Add NSP file type and NSP-specific errorsZach Hilman
2018-09-02vfs_real: Forward declare IOFileLioncash
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-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-14loader: Remove address mapping remnants from citraLioncash
2018-08-12made ResultStatus a u16David Marcec
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08loader: Remove unused IdentifyFile overloadZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-01kernel: Move object class to its own source filesLioncash
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-23core: Make converting constructors explicit where applicableLioncash
2018-07-19loader: Amend Doxygen commentsLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-01-20loader: Clean up ctors and includes.bunnei
2018-01-20loader: Add DeconstructedRomDirectory for game dumps.bunnei
2018-01-20loader: Refactor to also pass filepath into IdentifyType.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-05loader: Add support for NRO, as well as various fixes and shared linker.bunnei
2017-09-30loader: Add support for loading an NSO.bunnei
2017-09-26Loaders: Don't automatically set the current process every time we load an ap...Subv
2017-09-25Loader/NCCH: Add support for loading application updates (#2927)Max Thomas
2017-08-03loader: Expose program title.bunnei
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Fixed encrypted ROM error messages.TheKoopaKingdom
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2016-12-15loader: Implement ReadProgramIdMerryMage
2016-11-27Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-21Loader: Split SMDH into its own header and import helpers from QGameListEmmanuel Gil Peyrot