summaryrefslogtreecommitdiff
path: root/src/core/file_sys/ivfc_archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: Repurpose 3DS IVFC code for Switch ROMFS.Gravatar bunnei2018-01-211-83/+0
* FileSys: remove Open from FileBackendGravatar wwylele2016-11-191-3/+0
* FileSys: remove Open from DirectoryBackendGravatar wwylele2016-11-191-3/+0
* FileSys: make Archive interfaces return error codeGravatar wwylele2016-11-011-7/+7
* fs: implement DeleteDirectoryRecursivelyGravatar wwylele2016-10-021-0/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-6/+3
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-9/+23
* HLE/FS: Return the proper error codes when opening files.Gravatar Subv2016-03-201-2/+2
* HLE/FS: Return the proper error codes on file Read/Write operations.Gravatar Subv2016-03-201-2/+2
* HLE/FS: Corrected the error codes for DeleteFileGravatar Subv2016-03-201-1/+1
* HLE/FS: FS::CreateFile takes an u64 for the file size.Gravatar Subv2016-03-201-1/+1
* Implement FS_User::GetFreeBytesGravatar archshift2015-10-271-0/+1
* Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-131-4/+4
* FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-131-4/+11
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-281-1/+3
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-061-0/+2
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-101-6/+7
* SaveDataCheck: Remove unneeded constructor from a classGravatar Subv2015-01-021-2/+0
* Archives: Added some documentation to IVFCArchiveGravatar Subv2015-01-021-0/+5
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-021-0/+63