mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +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
|
// 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)
|
#define SDLMAME_EVENTS_IN_WORKER_THREAD (1)
|
||||||
#else
|
#else
|
||||||
#define SDLMAME_EVENTS_IN_WORKER_THREAD (0)
|
#define SDLMAME_EVENTS_IN_WORKER_THREAD (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user