mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-09 19:02:37 +00:00
(RMenu) Drop ifndef for RMenu
This commit is contained in:
parent
19b8877e18
commit
74b5b8549e
@ -444,9 +444,7 @@ bool menu_iterate(void)
|
||||
rgui->need_refresh = true;
|
||||
|
||||
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_MENU_PREINIT);
|
||||
#ifndef HAVE_RGUI
|
||||
rgui->old_input_state |= 1ULL << DEVICE_NAV_MENU;
|
||||
#endif
|
||||
}
|
||||
|
||||
rarch_input_poll();
|
||||
|
Loading…
x
Reference in New Issue
Block a user