summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/disk_filesystem.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-239/+0
2018-07-14FileSys: Append the requested path to the filesystem base path in DeleteFile.Subv1-2/+4
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-0/+237
2018-07-06Virtual Filesystem (#597)Zach Hilman1-237/+0
2018-07-03Rename logging macro back to LOG_*James Rowe1-10/+10
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash1-11/+10
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl1-3/+9
2018-04-20disk_filesystem: Remove redundant initializer in Disk_Directory's constructorLioncash1-1/+1
2018-04-15fsp_srv: Implement DeleteFile.bunnei1-4/+8
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei1-2/+3
2018-03-23FS: Move the file open mode calculation to a separate function.Subv1-7/+14
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv1-3/+10
2018-03-20FS: Implement DiskFileSystem's OpenDirectory interface.Subv1-2/+11
2018-03-20FS: Implement DiskFileSystem::GetEntryType for existing files/directories.Subv1-2/+4
2018-03-20FS: Updated the Directory Entry structure to match the Switch.Subv1-6/+42
2018-03-20FS: Support the file Append open mode.Subv1-2/+22
2018-03-04FS: Use the correct error code when trying to open files that don't exist.Subv1-4/+3
2018-03-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv1-0/+147