diff options
Diffstat (limited to 'src/frontend/mame/luaengine.h')
-rw-r--r-- | src/frontend/mame/luaengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/luaengine.h b/src/frontend/mame/luaengine.h index 1da55b416f8..b03fabb1f8b 100644 --- a/src/frontend/mame/luaengine.h +++ b/src/frontend/mame/luaengine.h @@ -156,6 +156,7 @@ private: struct context { + context() { busy = false; yield = false; } std::string result; std::condition_variable sync; bool busy; |