mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(WiiU) flush all tasks each loop. fixes savestates.
This commit is contained in:
parent
7dab3ea378
commit
f51f17ce22
@ -307,7 +307,7 @@ int __entry_menu(int argc, char **argv)
|
||||
|
||||
if (ret == 1 && sleep_ms > 0)
|
||||
retro_sleep(sleep_ms);
|
||||
task_queue_ctl(TASK_QUEUE_CTL_CHECK, NULL);
|
||||
task_queue_ctl(TASK_QUEUE_CTL_WAIT, NULL);
|
||||
if (ret == -1)
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user