89 Commits (80937ec31a8b349163894d33f36d6d912da30439)

Author SHA1 Message Date
Zach Hilman 50704abef4 loader: Add new NAX-specific errors and messages 7 years ago
Zach Hilman 8302ba7711 nax: Add AppLoader_NAX and update loader to support it 7 years ago
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash ea9c1deb5e loader: Remove address mapping remnants from citra 7 years ago
David Marcec c08adc0db0 Fixed invalid cast in loader 7 years ago
Zach Hilman 5810088549 loader: Recognize filename '00' as NCA 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago
Zach Hilman 55190386b4 loader: Remove unused IdentifyFile overload 8 years ago
Zach Hilman f89988272e Avoid parsing RomFS to directory in NCA 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Lioncash 204ed73e8c loader: Remove unnecessary constructor call in IdentifyFile() 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash ebefc0f080 loader: Amend Doxygen comments 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
Lioncash ff63e4d3fc loader: Move old logging macros over to new fmt-capable ones 8 years ago
bunnei 9b7e8a2e2b loader: Clean up ctors and includes. 8 years ago
bunnei b870202ad5 loader: Add DeconstructedRomDirectory for game dumps. 8 years ago
bunnei f2d6ec1404 loader: Refactor to also pass filepath into IdentifyType. 8 years ago
Thog 84ad54795f Add missing FileType declarations in GuessFromExtension and GetFileTypeString 8 years ago
bunnei e36d959e34 Remove more 3DS-specific code. 8 years ago
bunnei 5993f6f6de Remove lots more 3DS-specific code. 8 years ago
bunnei e36ccd5ff1 loader: Various improvements for NSO/NRO loaders. 8 years ago
bunnei 90cc352a37 loader: Add support for NRO, as well as various fixes and shared linker. 8 years ago
bunnei 0e04a4ffd6 loader: Add support for loading an NSO. 8 years ago
wwylele d3f36956e1 loader: lower file name logging level 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Emmanuel Gil Peyrot e52461f648 CitraQt: Simplify the game list loader code 10 years ago
Emmanuel Gil Peyrot b0095b9584 Loader, Frontends: Refactor loader creation and game loading 10 years ago
wwylele d999f3d0de fix:return proper error 10 years ago
wwylele a23e3f1cd5 add icon & title to game list 10 years ago
MerryMage 9f9c987924 Common: Remove Common::make_unique, use std::make_unique 10 years ago
LittleWhite 59fe02348a Improve error report from Init() functions 10 years ago
LittleWhite c4c48d4ab3 Display errors in GUI when loading ROM failed 10 years ago
archshift 976a199623 Expose loader helper functions for identifying files. 10 years ago
Cruel aad98addf2 Implement 3dsx RomFS 10 years ago
Lioncash 54fa043c92 General: Fix up doxygen comments 10 years ago
Benjamin Barenblat ef432342ce Properly indicate that CIA support is not implemented yet 11 years ago
Benjamin Barenblat b57680c39f Give CIA file type a name 11 years ago
Lioncash 43d799fd9d loader: Remove unnecessary else usages 11 years ago
Yuri Kunde Schlesner 2d7299a86f Loader: Remove unnecessary pointer indirection to IOFile 11 years ago
condut c385b7767d FS: Stream RomFS from file instead of loading all of it to memory 11 years ago
Emmanuel Gil Peyrot 596b7c4f63 Common: Cleanup key_map includes. 11 years ago
Emmanuel Gil Peyrot 8cf9eb7f43 Common: Fix FileUtil includes, and everything relying on those. 11 years ago
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files 11 years ago
Yuri Kunde Schlesner eb3eb9f75d Loader: Remove .bin file support 11 years ago