Merge pull request #8073 from vladfi1/re-frame-mw

Bring back MemoryWatcher, but without CoreTiming
This commit is contained in:
Léo Lam
2019-05-10 14:55:27 +02:00
committed by GitHub
10 changed files with 196 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)