aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar Subv <subv2112@gmail.com>2014-12-17 23:44:32 -0500
committerGravatar Subv <subv2112@gmail.com>2014-12-17 23:44:32 -0500
commitbec527fa246a427e1e9628a251bd410087fd7113 (patch)
tree00fbe8e11efc859e4233ca8e28ff9902a80252bd /src/common/file_util.h
parent94a103a00080f3f8f9ca9348ec0c5e819c6313e1 (diff)
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 '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 e691b613..b1a60fb8 100644
--- a/src/common/file_util.h
+++ b/src/common/file_util.h
@@ -29,6 +29,7 @@ enum {
D_SDMC_IDX,
D_SAVEDATA_IDX,
D_SYSDATA_IDX,
+ D_SYSSAVEDATA_IDX,
D_HIRESTEXTURES_IDX,
D_DUMP_IDX,
D_DUMPFRAMES_IDX,