mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
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…
x
Reference in New Issue
Block a user