diff options
| author | 2015-01-03 20:46:05 -0500 | |
|---|---|---|
| committer | 2015-01-03 20:46:05 -0500 | |
| commit | 71a063f45cba961ee07730f4ab79f2bcc3ff9b5b (patch) | |
| tree | 3c134bc71fd404b33a6d6fcaed743457d7fb7e66 /src/common/file_util.h | |
| parent | SaveDataCheck: Move the files to nand/title (diff) | |
| download | yuzu-71a063f45cba961ee07730f4ab79f2bcc3ff9b5b.tar.gz yuzu-71a063f45cba961ee07730f4ab79f2bcc3ff9b5b.tar.xz yuzu-71a063f45cba961ee07730f4ab79f2bcc3ff9b5b.zip | |
Archives: Changed the way paths are built for the archives.
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
Diffstat (limited to 'src/common/file_util.h')
| -rw-r--r-- | src/common/file_util.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index 4d6155f1f..86aab2e3d 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -27,12 +27,8 @@ enum { | |||
| 27 | D_STATESAVES_IDX, | 27 | D_STATESAVES_IDX, |
| 28 | D_SCREENSHOTS_IDX, | 28 | D_SCREENSHOTS_IDX, |
| 29 | D_SDMC_IDX, | 29 | D_SDMC_IDX, |
| 30 | D_EXTSAVEDATA, | 30 | D_NAND_IDX, |
| 31 | D_SHAREDEXTSAVEDATA, | ||
| 32 | D_SAVEDATA_IDX, | ||
| 33 | D_SAVEDATACHECK_IDX, | ||
| 34 | D_SYSDATA_IDX, | 31 | D_SYSDATA_IDX, |
| 35 | D_SYSSAVEDATA_IDX, | ||
| 36 | D_HIRESTEXTURES_IDX, | 32 | D_HIRESTEXTURES_IDX, |
| 37 | D_DUMP_IDX, | 33 | D_DUMP_IDX, |
| 38 | D_DUMPFRAMES_IDX, | 34 | D_DUMPFRAMES_IDX, |