(Menu) Take out RARCH_MENU_TOGGLE for old_input_state - no longer

needed
This commit is contained in:
twinaphex 2014-09-15 07:08:17 +02:00
parent 8437e4bd2a
commit 48a44e8e64

View File

@ -315,7 +315,6 @@ bool menu_iterate(void)
{
driver.menu->need_refresh = true;
rarch_main_set_state(RARCH_ACTION_STATE_MENU_PREINIT_FINISHED);
driver.menu->old_input_state |= 1ULL << RARCH_MENU_TOGGLE;
}
rarch_input_poll();