Revert "Core: Remove MemoryWatcher"

This reverts commit 0c02e77eee.
This commit is contained in:
Vlad Firoiu
2019-05-03 20:46:37 +01:00
parent d531fe6a1d
commit f4d950f4e2
8 changed files with 209 additions and 0 deletions

View File

@ -481,6 +481,8 @@ endif()
if(UNIX)
message(STATUS "Using named pipes as controller inputs")
add_definitions(-DUSE_PIPES=1)
message(STATUS "Watching game memory for changes")
add_definitions(-DUSE_MEMORYWATCHER=1)
endif()
if(ENABLE_ANALYTICS)