aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/registered_cache.cpp
AgeCommit message (Expand)Author
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21registered_cache: Process *.cnmt.nca filesZach Hilman
2019-09-21registered_cache: Implement PlaceholderCache to manage placeholder and instal...Zach Hilman
2019-07-02file_sys: Rename other ContentRecordType membersBakugo
2019-07-01file_sys/registered_cache: Improve missing metadata errorBakugo
2019-07-01file_sys/registered_cache: Ignore DeltaFragment NCAs during installationBakugo
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24registered_cache: Add getter to determine source slot in content provider unionZach Hilman
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-03-26file_sys: Create ContentProvider interface and default implementationsZach Hilman
2019-03-19file_sys/content_archive: Amend name of Data_Unknown5 enum entryLioncash
2018-12-01file_sys/registered_cache: Eliminate variable shadowingLioncash
2018-11-27file_sys/registered_cache: Use regular const references instead of std::share...Lioncash
2018-11-01file_sys: Use common KeyManager in NCA container typesZach Hilman
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-17qt: Add support for dumping a DLC Data RomFSZach Hilman
2018-10-17registered_cache: Deduplicate results of ListEntry and ListEntryFilterZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-09-25vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21qt: Add UI elements for LayeredFS and related toolsZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-09-04main: Only show DRD deprecation warning onceZach Hilman
2018-09-04registration: Add support for installing NSP filesZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-27registered_cache: Get rid of variable shadowing in ProcessFiles()Lioncash
2018-08-23file_sys: Cut down on includes and copiesZach Hilman
2018-08-23registration: Add GetEntryUnparsed methodsZach Hilman
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-08-15common: Namespace hex_util.h/.cppLioncash
2018-08-12registration: Various style and documentation improvementsZach Hilman
2018-08-11registration: Add support for force overwrite of installedZach Hilman
2018-08-11registration: Update documentation and styleZach Hilman
2018-08-11registration: Take RawCopy function as parameterZach Hilman
2018-08-11registered_cache: Fix missing reading from yuzu_metaZach Hilman
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
2018-08-11file_sys: Add RegisteredCacheZach Hilman