summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-12-18 17:29:34 -0500
committerGravatar bunnei2014-12-18 17:29:34 -0500
commitc71f8840e56fced2c8f1e2ca00c00d177131944d (patch)
treeae760245b1e66aed904e8ca16e23a594be3a638b /src/common/file_util.h
parentMerge pull request #299 from lioncash/join (diff)
parentSystemSaveData: Added a TODO to move it to the NAND. (diff)
downloadyuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.tar.gz
yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.tar.xz
yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.zip
Merge pull request #301 from Subv/more_savedata
SaveData: Implemented the SystemSaveData archive.
Diffstat (limited to '')
-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 e691b6139..b1a60fb81 100644
--- a/src/common/file_util.h
+++ b/src/common/file_util.h
@@ -29,6 +29,7 @@ enum {
29 D_SDMC_IDX, 29 D_SDMC_IDX,
30 D_SAVEDATA_IDX, 30 D_SAVEDATA_IDX,
31 D_SYSDATA_IDX, 31 D_SYSDATA_IDX,
32 D_SYSSAVEDATA_IDX,
32 D_HIRESTEXTURES_IDX, 33 D_HIRESTEXTURES_IDX,
33 D_DUMP_IDX, 34 D_DUMP_IDX,
34 D_DUMPFRAMES_IDX, 35 D_DUMPFRAMES_IDX,