diff options
| author | 2014-12-31 21:43:31 -0500 | |
|---|---|---|
| committer | 2015-01-02 21:55:13 -0500 | |
| commit | 3bc9f5509b9f36e934d1a16eeda31be9bb22ac10 (patch) | |
| tree | b76cac429cdde11056ecb96f0a55abf92ce8edbb /src/common/file_util.h | |
| parent | Merge pull request #381 from Subv/savedatacheck (diff) | |
| download | yuzu-3bc9f5509b9f36e934d1a16eeda31be9bb22ac10.tar.gz yuzu-3bc9f5509b9f36e934d1a16eeda31be9bb22ac10.tar.xz yuzu-3bc9f5509b9f36e934d1a16eeda31be9bb22ac10.zip | |
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 c83ecd87d..4d6155f1f 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -28,6 +28,7 @@ enum { | |||
| 28 | D_SCREENSHOTS_IDX, | 28 | D_SCREENSHOTS_IDX, |
| 29 | D_SDMC_IDX, | 29 | D_SDMC_IDX, |
| 30 | D_EXTSAVEDATA, | 30 | D_EXTSAVEDATA, |
| 31 | D_SHAREDEXTSAVEDATA, | ||
| 31 | D_SAVEDATA_IDX, | 32 | D_SAVEDATA_IDX, |
| 32 | D_SAVEDATACHECK_IDX, | 33 | D_SAVEDATACHECK_IDX, |
| 33 | D_SYSDATA_IDX, | 34 | D_SYSDATA_IDX, |