summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authorAnthony Serna <Helios747@users.noreply.github.com>2016-07-18 09:20:37 -0500
committerGitHub <noreply@github.com>2016-07-18 09:20:37 -0500
commit1a81735527d29422fabfdee1aa86e7b32ef3bcd6 (patch)
treefba802953e7ad1b3d8d10ad41a6ae3c1b8b147dd /Source/Core/Common/FileUtil.cpp
parent320e0d101bff11ff17ece96be3011807fc53e992 (diff)
parent9c5b546e2e61be91ae35c4becf04ea24151e2c77 (diff)
Merge pull request #3859 from Aestek/feature/netplay-md5
Netplay: add md5 testing
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
-rw-r--r--Source/Core/Common/FileUtil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp
index 2405a76809..dd28aad476 100644
--- a/Source/Core/Common/FileUtil.cpp
+++ b/Source/Core/Common/FileUtil.cpp
@@ -793,6 +793,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] =