summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-12-29 23:00:54 -0500
committerGravatar bunnei2014-12-29 23:00:54 -0500
commit66f70143c3ac4c4733ae3779b2d0e27e4dec1a68 (patch)
tree34b388e1f581edf4d1260e1aa4b61403635e7ffb /src/common/file_util.h
parentMerge pull request #367 from bunnei/usat_ssat (diff)
parentAPT:A: Some style changes (diff)
downloadyuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar.gz
yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar.xz
yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.zip
Merge pull request #364 from Subv/master
Archives: Implemented ExtSaveData and SharedExtSaveData
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r--src/common/file_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h
index 293c30941..ec2415473 100644
--- a/src/common/file_util.h
+++ b/src/common/file_util.h
@@ -27,6 +27,7 @@ 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_SAVEDATA_IDX, 31 D_SAVEDATA_IDX,
31 D_SYSDATA_IDX, 32 D_SYSDATA_IDX,
32 D_SYSSAVEDATA_IDX, 33 D_SYSSAVEDATA_IDX,