diff options
author | Subv <subv2112@gmail.com> | 2015-01-03 20:46:05 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2015-01-03 20:46:05 -0500 |
commit | 71a063f45cba961ee07730f4ab79f2bcc3ff9b5b (patch) | |
tree | 3c134bc71fd404b33a6d6fcaed743457d7fb7e66 /src/common/file_util.h | |
parent | cfd7b219f6ad9116057fbe64bbb5dfd0afbbe29c (diff) |
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 4d6155f1f6..86aab2e3dc 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -27,12 +27,8 @@ enum { D_STATESAVES_IDX, D_SCREENSHOTS_IDX, D_SDMC_IDX, - D_EXTSAVEDATA, - D_SHAREDEXTSAVEDATA, - D_SAVEDATA_IDX, - D_SAVEDATACHECK_IDX, + D_NAND_IDX, D_SYSDATA_IDX, - D_SYSSAVEDATA_IDX, D_HIRESTEXTURES_IDX, D_DUMP_IDX, D_DUMPFRAMES_IDX, |