mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Get rid of ifdef
This commit is contained in:
parent
c5d1fe9ec5
commit
640c9aa824
@ -797,10 +797,8 @@ uint64_t input_menu_keys_pressed(
|
|||||||
*trigger_input = ret & ~old_input;
|
*trigger_input = ret & ~old_input;
|
||||||
*last_input = ret;
|
*last_input = ret;
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
|
||||||
if (menu_driver_is_binding_state())
|
if (menu_driver_is_binding_state())
|
||||||
*trigger_input = 0;
|
*trigger_input = 0;
|
||||||
#endif
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user