diff options
| author | 2016-11-26 14:07:43 -0800 | |
|---|---|---|
| committer | 2016-11-26 14:07:43 -0800 | |
| commit | a0b30189e5749d0bde91b09a3b64a716a2823e98 (patch) | |
| tree | da987dac8a7775d7f623194aa50e73dfbf2903e6 /src/common/common_paths.h | |
| parent | Merge pull request #2215 from MerryMage/ticks_executed (diff) | |
| parent | Move to AppData/Roaming/Citra/ (diff) | |
| download | yuzu-a0b30189e5749d0bde91b09a3b64a716a2823e98.tar.gz yuzu-a0b30189e5749d0bde91b09a3b64a716a2823e98.tar.xz yuzu-a0b30189e5749d0bde91b09a3b64a716a2823e98.zip | |
Merge pull request #2185 from freiro/local_folder
Change "user" folder default location to AppData/Roaming/ on Windows systems
Diffstat (limited to 'src/common/common_paths.h')
| -rw-r--r-- | src/common/common_paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index a5342a610..37304d236 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #define EMU_DATA_DIR USER_DIR | 19 | #define EMU_DATA_DIR USER_DIR |
| 20 | #else | 20 | #else |
| 21 | #ifdef _WIN32 | 21 | #ifdef _WIN32 |
| 22 | #define EMU_DATA_DIR "Citra Emulator" | 22 | #define EMU_DATA_DIR "Citra" |
| 23 | #else | 23 | #else |
| 24 | #define EMU_DATA_DIR "citra-emu" | 24 | #define EMU_DATA_DIR "citra-emu" |
| 25 | #endif | 25 | #endif |