summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs_filesystem.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-110/+0
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-0/+110
2018-07-06Virtual Filesystem (#597)Zach Hilman1-110/+0
2018-07-03Update clang formatJames Rowe1-7/+5
2018-07-03Rename logging macro back to LOG_*James Rowe1-13/+13
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash1-20/+18
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl1-1/+2
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-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv1-3/+9
2018-01-21file_sys: Clang format fixes.bunnei1-1/+2
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei1-20/+20
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-37/+32
2017-11-01hle: Use Switch formatted result codes.bunnei1-6/+4
2016-11-01FileSys: make Archive interfaces return error codewwylele1-13/+18
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele1-0/+6
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-12/+22
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage1-3/+2
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-4/+5
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv1-2/+4
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv1-1/+1
2015-10-28Implement FS_User::GetFreeBytesarchshift1-0/+5
2015-09-30ivfc_archive: Fix a printf specifierLioncash1-1/+1
2015-07-14Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner1-5/+5
2015-07-14FS: Stream RomFS from file instead of loading all of it to memorycondut1-7/+6
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot1-1/+0
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot1-0/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+1
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner1-12/+10
2015-01-03IVFCArchive: Use a critical log to notify of invalid operations.Subv1-9/+9
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-0/+88