diff options
author | bunnei <bunneidev@gmail.com> | 2014-12-30 05:00:54 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-12-30 05:00:54 +0100 |
commit | 66f70143c3ac4c4733ae3779b2d0e27e4dec1a68 (patch) | |
tree | 34b388e1f581edf4d1260e1aa4b61403635e7ffb /src/common/file_util.h | |
parent | Merge pull request #367 from bunnei/usat_ssat (diff) | |
parent | APT:A: Some style changes (diff) | |
download | yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar.gz yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar.bz2 yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar.lz yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar.xz yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.tar.zst yuzu-66f70143c3ac4c4733ae3779b2d0e27e4dec1a68.zip |
Diffstat (limited to '')
-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 293c30941..ec2415473 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_EXTSAVEDATA, D_SAVEDATA_IDX, D_SYSDATA_IDX, D_SYSSAVEDATA_IDX, |