aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/loader/loader.cpp
AgeCommit message (Expand)Author
2024-03-04Merge yuzu-emu#13177yuzubot
2023-09-06core: implement basic integrity verificationLiam
2023-08-15vfs: expand support for NCA readingLiam
2022-09-25core/loader: Return nullptr if file is nullptrMerry
2022-08-01core/loader: remove ELF loaderLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-03loader: log the type of mismatching file-extensionBytesGalore
2021-07-20file_sys: Support load game collection (#6582)Feng Chen
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-01-03main: Resolve error string not displayingLioncash
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-07common/concepts: Rename IsBaseOf to DerivedFromLioncash
2020-08-03Place in anonymous namespaceDavid Marcec
2020-08-03loader: Make IdentifyFile typesafeDavid Marcec
2019-06-05loader: Add recognition for KIP file typeZach Hilman
2019-06-05loader: Add KIP and INI file parser-specific errorsZach Hilman
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash
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