Don't spam apply_state_changes in RGUI.

This commit is contained in:
Themaister 2013-04-21 15:43:14 +02:00
parent ff75660c45
commit 1f96c5aeb3

View File

@ -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();