summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_savedatacheck.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage1-2/+2
2016-03-20HLE/FS: Implemented GetFormatInfoSubv1-1/+7
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
2015-01-04SaveDataCheck: Move the files to nand/titleSubv1-1/+2
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-0/+41