summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs_filesystem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service/FS: implement IFileSystem::RenameFilemailwl2018-04-241-1/+1
|
* fsp_srv: Implement DeleteFile.bunnei2018-04-151-1/+1
| | | | - Used by Binding of Isaac.
* FS: Implemented IFileSystem::CreateDirectory.Subv2018-03-211-1/+1
|
* FS: Implement DiskFileSystem's OpenDirectory interface.Subv2018-03-201-1/+2
|
* FS: Updated the Directory Entry structure to match the Switch.Subv2018-03-201-1/+4
|
* Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2018-03-021-3/+4
|
* file_sys: Cleanup to better match Switch file system constructs.bunnei2018-01-211-0/+80
file_sys: Add factory class for RomFS file system.