Dump delay to wait for Mupen64 to initialize

This commit is contained in:
Andre Leiradella 2017-07-08 00:48:26 +01:00
parent 5e2e586f6e
commit abd22ae770

View File

@ -2806,6 +2806,9 @@ static int cheevos_iterate(coro_t* coro)
};
CORO_ENTER()
for (I = 0; I < 6000000; I++)
CORO_YIELD();
SETTINGS = config_get_ptr();