summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2019-04-28 22:36:11 -0400
committerGitHub <noreply@github.com>2019-04-28 22:36:11 -0400
commit0f483e7d6173449c8b9fa28a92f46499c82cd78f (patch)
tree29ac257502e53e4a3272aed684e0dc3d91af8ce7 /Source/Core/Common/FileUtil.cpp
parent6e6f833bb3585dd320649a3110f9c041a780958c (diff)
parent0c02e77eee0a12b178b11676ca548aeb1cbb7116 (diff)
Merge pull request #8050 from Techjar/memorywatcher-determinism
Core: Remove MemoryWatcher
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
-rw-r--r--Source/Core/Common/FileUtil.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp
index a5d5072929..53f242ecf0 100644
--- a/Source/Core/Common/FileUtil.cpp
+++ b/Source/Core/Common/FileUtil.cpp
@@ -800,12 +800,6 @@ static void RebuildUserDirectories(unsigned int dir_index)
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] =
- s_user_paths[D_MEMORYWATCHER_IDX] + MEMORYWATCHER_LOCATIONS;
- s_user_paths[F_MEMORYWATCHERSOCKET_IDX] =
- s_user_paths[D_MEMORYWATCHER_IDX] + MEMORYWATCHER_SOCKET;
-
// The shader cache has moved to the cache directory, so remove the old one.
// TODO: remove that someday.
File::DeleteDirRecursively(s_user_paths[D_USER_IDX] + SHADERCACHE_LEGACY_DIR DIR_SEP);