Dump delay to wait for Mupen64 to initialize
This commit is contained in:
parent
5e2e586f6e
commit
abd22ae770
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue