diff options
author | Subv <subv2112@gmail.com> | 2014-12-31 21:43:31 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2015-01-02 21:55:13 -0500 |
commit | 3bc9f5509b9f36e934d1a16eeda31be9bb22ac10 (patch) | |
tree | b76cac429cdde11056ecb96f0a55abf92ce8edbb /src/common/file_util.h | |
parent | 031237e52cb1a32eb2a3ba37115170913e33e5dc (diff) |
Archives: Change the folder layout of some archives.
This is to better represent the hardware layout, they are still aren't quite accurate, but this better and will help a bit when implementing the other archives like NAND-RO and NAND-RW
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r-- | src/common/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index c83ecd87db..4d6155f1f6 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -28,6 +28,7 @@ enum { D_SCREENSHOTS_IDX, D_SDMC_IDX, D_EXTSAVEDATA, + D_SHAREDEXTSAVEDATA, D_SAVEDATA_IDX, D_SAVEDATACHECK_IDX, D_SYSDATA_IDX, |