mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 11:40:32 +00:00
Dump delay to wait for Mupen64 to initialize
This commit is contained in:
parent
5e2e586f6e
commit
abd22ae770
@ -2807,6 +2807,9 @@ static int cheevos_iterate(coro_t* coro)
|
||||
|
||||
CORO_ENTER()
|
||||
|
||||
for (I = 0; I < 6000000; I++)
|
||||
CORO_YIELD();
|
||||
|
||||
SETTINGS = config_get_ptr();
|
||||
|
||||
cheevos_locals.meminfo[0].id = RETRO_MEMORY_SYSTEM_RAM;
|
||||
|
Loading…
Reference in New Issue
Block a user