summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar Subv2014-12-17 23:44:32 -0500
committerGravatar Subv2014-12-17 23:44:32 -0500
commitbec527fa246a427e1e9628a251bd410087fd7113 (patch)
tree00fbe8e11efc859e4233ca8e28ff9902a80252bd /src/common/file_util.h
parentMerge pull request #288 from Subv/savedata_stuff (diff)
downloadyuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar.gz
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.tar.xz
yuzu-bec527fa246a427e1e9628a251bd410087fd7113.zip
SaveData: Implemented the SystemSaveData archive.
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
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,