mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 05:36:12 +00:00
BACKENDS: Another attempt to fix race condition on slow systems
This commit is contained in:
parent
43c33adea0
commit
b97c514dfb
@ -29,7 +29,7 @@
|
||||
|
||||
#include "common/textconsole.h"
|
||||
|
||||
static bool timerInstalled = false;
|
||||
static volatile bool timerInstalled = false;
|
||||
|
||||
static Uint32 timer_handler(Uint32 interval, void *param) {
|
||||
if (!timerInstalled)
|
||||
|
Loading…
x
Reference in New Issue
Block a user