mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
Don't spam apply_state_changes in RGUI.
This commit is contained in:
parent
ff75660c45
commit
1f96c5aeb3
@ -432,9 +432,6 @@ bool menu_iterate(void)
|
||||
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_MENU_PREINIT);
|
||||
}
|
||||
|
||||
if (driver.video_poke->apply_state_changes)
|
||||
driver.video_poke->apply_state_changes(driver.video_data);
|
||||
|
||||
rarch_input_poll();
|
||||
#ifdef HAVE_OVERLAY
|
||||
rarch_check_overlay();
|
||||
|
Loading…
x
Reference in New Issue
Block a user