summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.h
diff options
context:
space:
mode:
authorVlad Firoiu <vladfi2@gmail.com>2019-05-03 20:46:37 +0100
committerVlad Firoiu <vladfi2@gmail.com>2019-05-05 21:43:45 +0100
commitf4d950f4e243c34136ca1fda7ae46995c6272fc5 (patch)
treee7b9faa8df464eef262972d973f2c4399e917186 /Source/Core/Common/FileUtil.h
parentd531fe6a1d4c141820e295a18537079f67a063e3 (diff)
Revert "Core: Remove MemoryWatcher"
This reverts commit 0c02e77eee0a12b178b11676ca548aeb1cbb7116.
Diffstat (limited to 'Source/Core/Common/FileUtil.h')
-rw-r--r--Source/Core/Common/FileUtil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h
index dadee2ae23..71e9709da3 100644
--- a/Source/Core/Common/FileUtil.h
+++ b/Source/Core/Common/FileUtil.h
@@ -48,6 +48,7 @@ enum
D_THEMES_IDX,
D_STYLES_IDX,
D_PIPES_IDX,
+ D_MEMORYWATCHER_IDX,
D_WFSROOT_IDX,
D_BACKUP_IDX,
D_RESOURCEPACK_IDX,
@@ -64,6 +65,8 @@ enum
F_ARAMDUMP_IDX,
F_FAKEVMEMDUMP_IDX,
F_GCSRAM_IDX,
+ F_MEMORYWATCHERLOCATIONS_IDX,
+ F_MEMORYWATCHERSOCKET_IDX,
F_WIISDCARD_IDX,
NUM_PATH_INDICES
};