mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
Merge pull request #8073 from vladfi1/re-frame-mw
Bring back MemoryWatcher, but without CoreTiming
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user