summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.cpp
AgeCommit message (Expand)Author
2018-10-15nso: Return an optional address from LoadModuleLioncash
2018-10-05loader: Add getter for packed updateZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-04bktr: Fix bucket overlap errorZach 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-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-14loader: Remove address mapping remnants from citraLioncash
2018-08-12Fixed invalid cast in loaderDavid Marcec
2018-08-11loader: Recognize filename '00' as NCAZach Hilman
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-01Remove files that are not usedZach Hilman
2018-07-23loader: Remove unnecessary constructor call in IdentifyFile()Lioncash
2018-07-22file_util, vfs: Use std::string_view 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-07-02Rename logging macro back to LOG_*James Rowe
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-04-24loader: Move old logging macros over to new fmt-capable onesLioncash
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
2018-01-14Add missing FileType declarations in GuessFromExtension and GetFileTypeStringThog
2017-10-12Remove more 3DS-specific code.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei
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-03-08loader: lower file name logging levelwwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-21CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot
2016-05-21Loader, Frontends: Refactor loader creation and game loadingEmmanuel Gil Peyrot
2016-05-06fix:return proper errorwwylele
2016-05-04add icon & title to game listwwylele
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-08Improve error report from Init() functionsLittleWhite
2016-03-03Display errors in GUI when loading ROM failedLittleWhite
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
2015-09-30Expose loader helper functions for identifying files.archshift
2015-09-21Implement 3dsx RomFSCruel
2015-09-10General: Fix up doxygen commentsLioncash