diff options
author | bunnei <bunneidev@gmail.com> | 2014-12-11 23:34:55 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-12-12 00:15:47 -0500 |
commit | 5bac72282a340ca30e19efe2cdf6e48699d7ebfd (patch) | |
tree | 7ab3e92aff8856e962c1017291e2cebdc79a2ef2 /src/common/file_util.h | |
parent | 4cb7a44d4e30cd7bc0ec0f07b4b734a7e03f1a3a (diff) |
Common: Add "sysdata" to GetUserPath and cleanup.
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r-- | src/common/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index beaf7174a9..a9d48cfe8a 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -27,6 +27,7 @@ enum { D_STATESAVES_IDX, D_SCREENSHOTS_IDX, D_SDMC_IDX, + D_SYSDATA_IDX, D_HIRESTEXTURES_IDX, D_DUMP_IDX, D_DUMPFRAMES_IDX, |