diff options
| author | Aestek <thib.gilles@gmail.com> | 2016-07-16 21:40:19 +0200 |
|---|---|---|
| committer | Aestek <thib.gilles@gmail.com> | 2016-07-16 22:48:46 +0200 |
| commit | 9c5b546e2e61be91ae35c4becf04ea24151e2c77 (patch) | |
| tree | 635b2f8831a649b6d2180d274e9bb73eabc04b70 /Source/Core/Common/FileUtil.cpp | |
| parent | 51c77e8eeae8244818a1cbb716c3410940826973 (diff) | |
Add Wii sdcard to CommonPaths
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 564ab58d8f..aae85d6458 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -798,6 +798,7 @@ static void RebuildUserDirectories(unsigned int dir_index) s_user_paths[F_ARAMDUMP_IDX] = s_user_paths[D_DUMP_IDX] + ARAM_DUMP; s_user_paths[F_FAKEVMEMDUMP_IDX] = s_user_paths[D_DUMP_IDX] + FAKEVMEM_DUMP; s_user_paths[F_GCSRAM_IDX] = s_user_paths[D_GCUSER_IDX] + GC_SRAM; + s_user_paths[F_WIISDCARD_IDX] = s_user_paths[D_WIIROOT_IDX] + DIR_SEP WII_SDCARD; s_user_paths[D_MEMORYWATCHER_IDX] = s_user_paths[D_USER_IDX] + MEMORYWATCHER_DIR DIR_SEP; s_user_paths[F_MEMORYWATCHERLOCATIONS_IDX] = |
