summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman1-0/+10
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash1-7/+6
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash1-8/+8
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman1-0/+9
2018-09-22filesystem: Add LayeredFS VFS directory getterZach Hilman1-1/+12
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevisionDavid Marcec1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-1/+1
2018-09-04registration: Add RegisteredCacheUnionZach Hilman1-0/+7
2018-09-02filesystem: Move dir retrieval after path checking in DeleteFile()Lioncash1-2/+5
2018-08-24filesystem: Fix typo in log messageLioncash1-1/+1
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman1-7/+6
2018-08-23filesystem: Add logging to registration gettersZach Hilman1-4/+25
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash1-1/+1
2018-08-21service/filesystem: Use forward declarations where applicableLioncash1-0/+2
2018-08-19filesystem: Add support for loading of system archivesZach Hilman1-3/+16
2018-08-12filesystem: Add Open and Register functions for BISFactoryZach Hilman1-0/+19
2018-08-09core: Port core to VfsFilesystem for file accessZach Hilman1-7/+7
2018-08-09filesystem: Remove unnecessary if conditionsZach Hilman1-1/+1
2018-08-01service/filesystem: Add fsp:ldr and fsp:pr servicesLioncash1-0/+4
2018-07-24VFS Regression and Accuracy Fixes (#776)Zach Hilman1-16/+29
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-1/+1
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash1-2/+2
2018-07-19Filesystem: Return EntryType::Directory for the root directory.Subv1-0/+4
2018-07-19filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructorLioncash1-1/+3
2018-07-19filesystem: Use std::string's empty() function instead of comparing against a literalLioncash1-1/+1
2018-07-19filesystem: Remove pragma disabling global optimizationsLioncash1-2/+0
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-10/+199
2018-07-18hle/filesystem: Amend trace log in OpenSaveData() to compile in debug modeLioncash1-1/+1
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-28/+49
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-208/+17
2018-07-06Virtual Filesystem (#597)Zach Hilman1-17/+208
2018-07-03Update clang formatJames Rowe1-2/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-24filesystem: Move logging macros over to new fmt-compatible onesLioncash1-4/+4
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-03-20FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv1-0/+5
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv1-0/+13
2018-03-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv1-2/+9
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec1-0/+54