diff options
author | bunnei <bunneidev@gmail.com> | 2014-09-22 22:00:47 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-09-22 22:00:47 -0400 |
commit | 07af9a587cb1a0e30ae050315cdbd8246e179b1c (patch) | |
tree | 07e58711357cec5f368c4544c535b47c7751c678 /src/common/file_util.h | |
parent | a9630a9d2b432bea7bdfef4aa462035b98b34517 (diff) | |
parent | 1966f7b0ad275e9ef8ea26de32b4fda8129e0998 (diff) |
Merge pull request #116 from archshift/sdmc-dir
Use the citra user path for the sdmc directory
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 897cbd77e1..cddcd19519 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -25,6 +25,7 @@ enum { D_SHADERS_IDX, D_STATESAVES_IDX, D_SCREENSHOTS_IDX, + D_SDMC_IDX, D_HIRESTEXTURES_IDX, D_DUMP_IDX, D_DUMPFRAMES_IDX, |