summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-12-11 23:34:55 -0500
committerGravatar bunnei2014-12-12 00:15:47 -0500
commit5bac72282a340ca30e19efe2cdf6e48699d7ebfd (patch)
tree7ab3e92aff8856e962c1017291e2cebdc79a2ef2 /src/common/file_util.h
parentMemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. (diff)
downloadyuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.gz
yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.xz
yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.zip
Common: Add "sysdata" to GetUserPath and cleanup.
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 beaf7174a..a9d48cfe8 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_SYSDATA_IDX,
30 D_HIRESTEXTURES_IDX, 31 D_HIRESTEXTURES_IDX,
31 D_DUMP_IDX, 32 D_DUMP_IDX,
32 D_DUMPFRAMES_IDX, 33 D_DUMPFRAMES_IDX,