summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs_filesystem.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl1-1/+1
2018-04-15fsp_srv: Implement DeleteFile.bunnei1-1/+1
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv1-1/+1
2018-03-20FS: Implement DiskFileSystem's OpenDirectory interface.Subv1-1/+2
2018-03-20FS: Updated the Directory Entry structure to match the Switch.Subv1-1/+4
2018-03-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv1-3/+4
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei1-9/+9
2018-01-21archive_backend: Minor changes to match Switch IFileSystem.bunnei1-1/+1
2018-01-21file_sys: Repurpose 3DS IVFC code for Switch ROMFS.bunnei1-12/+9
2016-11-19FileSys: remove Open from FileBackendwwylele1-3/+0
2016-11-19FileSys: remove Open from DirectoryBackendwwylele1-3/+0
2016-11-01FileSys: make Archive interfaces return error codewwylele1-7/+7
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele1-0/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-6/+3
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-9/+23
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv1-2/+2
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv1-2/+2
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv1-1/+1
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv1-1/+1
2015-10-28Implement FS_User::GetFreeBytesarchshift1-0/+1
2015-07-14Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner1-4/+4
2015-07-14FS: Stream RomFS from file instead of loading all of it to memorycondut1-4/+11
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot1-1/+3
2015-05-07FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner1-0/+2
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner1-6/+7
2015-01-03SaveDataCheck: Remove unneeded constructor from a classSubv1-2/+0
2015-01-03Archives: Added some documentation to IVFCArchiveSubv1-0/+5
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-0/+63