summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_savedatacheck.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage1-2/+2
2016-03-20HLE/FS: Implemented GetFormatInfoSubv1-1/+7
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
2015-07-14FS: Stream RomFS from file instead of loading all of it to memorycondut1-7/+4
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot1-0/+5
2015-06-28Common: Fix FileUtil includes, and everything relying on those.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-13/+15
2015-01-06Archives: Addressed some commentsSubv1-4/+4
2015-01-05SaveDataCheck: Fixed a typoSubv1-1/+1
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv1-1/+1
2015-01-04Archives: Changed the way paths are built for the archives.Subv1-3/+13
Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
2015-01-04SaveDataCheck: Move the files to nand/titleSubv1-1/+2
under /nand/title/high/low/content/00000000.app.romfs
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-0/+41
Fixed a few warnings and cleaned up the code