diff options
| author | Chris Burgener <christhecoolist@gmail.com> | 2016-12-23 20:37:23 -0500 |
|---|---|---|
| committer | Chris Burgener <christhecoolist@gmail.com> | 2017-02-05 13:17:05 -0500 |
| commit | 5224771dacc2ae58c5581051937fa5762c0e5a4a (patch) | |
| tree | 181ff6604eb12691897174f218418191786b6d3a /Source/Core/Common/FileUtil.cpp | |
| parent | 1f1a232546135025f51ee3c4b0f8d04808529a4c (diff) | |
Copy Wii save for current game for Netplay and TAS
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
| -rw-r--r-- | Source/Core/Common/FileUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp index f4f3986b76..08cee6ca3f 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -781,6 +781,7 @@ static void RebuildUserDirectories(unsigned int dir_index) s_user_paths[D_THEMES_IDX] = s_user_paths[D_USER_IDX] + THEMES_DIR DIR_SEP; s_user_paths[D_PIPES_IDX] = s_user_paths[D_USER_IDX] + PIPES_DIR DIR_SEP; s_user_paths[D_WFSROOT_IDX] = s_user_paths[D_USER_IDX] + WFSROOT_DIR DIR_SEP; + s_user_paths[D_BACKUP_IDX] = s_user_paths[D_USER_IDX] + BACKUP_DIR DIR_SEP; s_user_paths[F_DOLPHINCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + DOLPHIN_CONFIG; s_user_paths[F_DEBUGGERCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + DEBUGGER_CONFIG; s_user_paths[F_LOGGERCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + LOGGER_CONFIG; |
