diff options
| author | 2014-09-20 15:11:38 -0700 | |
|---|---|---|
| committer | 2014-09-21 09:34:33 -0700 | |
| commit | 1966f7b0ad275e9ef8ea26de32b4fda8129e0998 (patch) | |
| tree | 07e58711357cec5f368c4544c535b47c7751c678 /src/common/file_util.h | |
| parent | Merge pull request #70 from linkmauve/master (diff) | |
| download | yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar.gz yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar.xz yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.zip | |
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 897cbd77e..cddcd1951 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -25,6 +25,7 @@ enum { | |||
| 25 | D_SHADERS_IDX, | 25 | D_SHADERS_IDX, |
| 26 | D_STATESAVES_IDX, | 26 | D_STATESAVES_IDX, |
| 27 | D_SCREENSHOTS_IDX, | 27 | D_SCREENSHOTS_IDX, |
| 28 | D_SDMC_IDX, | ||
| 28 | D_HIRESTEXTURES_IDX, | 29 | D_HIRESTEXTURES_IDX, |
| 29 | D_DUMP_IDX, | 30 | D_DUMP_IDX, |
| 30 | D_DUMPFRAMES_IDX, | 31 | D_DUMPFRAMES_IDX, |