mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +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…
Reference in New Issue
Block a user