mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
And the last one pre holiday ... Fix -mt on OSX. (nw)
This commit is contained in:
parent
57af55aa8c
commit
78afab6f5a
@ -14,7 +14,7 @@
|
||||
//============================================================
|
||||
|
||||
// Process events in worker thread
|
||||
#if defined(SDLMAME_WIN32) || ((SDLMAME_SDL2) && (!defined(SDLMAME_EMSCRIPTEN)))
|
||||
#if defined(SDLMAME_WIN32) || ((SDLMAME_SDL2) && (!defined(SDLMAME_EMSCRIPTEN)) && (!defined(SDLMAME_MACOSX)))
|
||||
#define SDLMAME_EVENTS_IN_WORKER_THREAD (1)
|
||||
#else
|
||||
#define SDLMAME_EVENTS_IN_WORKER_THREAD (0)
|
||||
|
Loading…
Reference in New Issue
Block a user