summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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