summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* registered_cache: correct file deletion caseLiam2023-09-171-1/+3
* qt: add verification for installed contentsLiam2023-09-121-1/+27
* registered_cache: create fake CNMT entries for program updates of multiprogram applications (#11319)liamwhite2023-08-261-9/+28
* file_sys: tolerate empty NCALiam2023-08-161-1/+1
* vfs: expand support for NCA readingLiam2023-08-151-3/+3
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-1/+1
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-1/+1
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* registered_cache: Prevent nullptr dereference when accumulating filesMorph2022-03-271-2/+4
* General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash2021-06-231-5/+8
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+1
* main: Prevent installing base titles into NANDMorph2021-05-161-0/+7
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-14/+18
* core: Silence warnings when compiling without assertsReinUsesLisp2021-01-051-1/+2
* registered_cache: Make use of ends_with for string suffix checkingLioncash2020-08-231-2/+1
* registered_cache: Make use of designated initializersLioncash2020-08-231-15/+15
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-1/+1
* Merge pull request #4468 from lioncash/regcachebunnei2020-08-031-10/+15
|\
| * registered_cache: Resolve -Wmaybe_uninitialized warningsLioncash2020-08-031-10/+15
* | registered_cache: Add support for removing folder ncasMorph2020-07-291-50/+51
|/
* Check for empty section0 and CNMT prior to installMorph2020-07-161-3/+19
* Use proper install result when overwriting filesMorph2020-07-151-1/+1
* Remove global system instance and address feedbackMorph2020-07-151-13/+9
* registered_cache: Remove previous update/dlc if it exists on installMorph2020-07-151-10/+76
* crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-3/+3
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-9/+14
* core: Migrate off deprecated mbedtls functionsLioncash2019-11-121-5/+5
* configure_debug: Move reporting option to loggingZach Hilman2019-09-221-4/+4
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-0/+1
* registered_cache: Process *.cnmt.nca filesZach Hilman2019-09-211-16/+23
* registered_cache: Implement PlaceholderCache to manage placeholder and installing contentZach Hilman2019-09-211-0/+150
* file_sys: Rename other ContentRecordType membersBakugo2019-07-021-1/+1
* file_sys/registered_cache: Improve missing metadata errorBakugo2019-07-011-2/+2
* file_sys/registered_cache: Ignore DeltaFragment NCAs during installationBakugo2019-07-011-0/+3
* glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-261-7/+7
* registered_cache: Add getter to determine source slot in content provider unionZach Hilman2019-06-251-0/+14
* common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-121-6/+8
* file_sys: Create ContentProvider interface and default implementationsZach Hilman2019-03-271-100/+175
* file_sys/content_archive: Amend name of Data_Unknown5 enum entryLioncash2019-03-191-1/+1
* file_sys/registered_cache: Eliminate variable shadowingLioncash2018-12-021-27/+26
* file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()Lioncash2018-11-271-22/+22
* file_sys: Use common KeyManager in NCA container typesZach Hilman2018-11-021-5/+8
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-34/+28
* qt: Add support for dumping a DLC Data RomFSZach Hilman2018-10-181-0/+4
* registered_cache: Deduplicate results of ListEntry and ListEntryFilterZach Hilman2018-10-171-0/+11
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-161-7/+7
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-1/+1
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-2/+7
* qt: Add UI elements for LayeredFS and related toolsZach Hilman2018-09-221-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-5/+5
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-10/+11
* registration: Add RegisteredCacheUnionZach Hilman2018-09-041-0/+114
* main: Only show DRD deprecation warning onceZach Hilman2018-09-041-0/+1
* registration: Add support for installing NSP filesZach Hilman2018-09-041-8/+12
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+3
* vfs_real: Forward declare IOFileLioncash2018-09-021-1/+1
* registered_cache: Get rid of variable shadowing in ProcessFiles()Lioncash2018-08-271-3/+3
* file_sys: Cut down on includes and copiesZach Hilman2018-08-231-0/+2
* registration: Add GetEntryUnparsed methodsZach Hilman2018-08-231-0/+12
* registration: Add Data_Unknown5 NCAContentTypeZach Hilman2018-08-201-1/+1
* filesystem: Add support for loading of system archivesZach Hilman2018-08-191-1/+2
* common: Namespace hex_util.h/.cppLioncash2018-08-161-8/+10
* registration: Various style and documentation improvementsZach Hilman2018-08-121-5/+8
* registration: Add support for force overwrite of installedZach Hilman2018-08-121-17/+33
* registration: Update documentation and styleZach Hilman2018-08-121-7/+16
* registration: Take RawCopy function as parameterZach Hilman2018-08-121-7/+9
* registered_cache: Fix missing reading from yuzu_metaZach Hilman2018-08-121-7/+16
* file_sys: Comply to style guidelinesZach Hilman2018-08-121-11/+13
* qt: Add 'Install to NAND' option to menuZach Hilman2018-08-121-1/+1
* file_sys: Add RegisteredCacheZach Hilman2018-08-121-0/+435