We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed05b0 commit 683899eCopy full SHA for 683899e
1 file changed
input/input_driver.c
@@ -5691,12 +5691,14 @@ static void input_keys_pressed(
5691
else
5692
input_st->flags |= INP_FLAG_BLOCK_HOTKEY;
5693
}
5694
-
+
5695
+#ifdef HAVE_MENU
5696
/* Prevent triggering menu actions after binding */
5697
if ( !(input_st->flags & INP_FLAG_MENU_PRESS_PENDING)
5698
&& menu_state_get_ptr()->input_driver_flushing_input)
5699
input_st->flags |= INP_FLAG_WAIT_INPUT_RELEASE;
5700
+#endif
5701
5702
/* Check libretro input if emulated device type is active,
5703
* except device type must be always active in menu. */
5704
if ( !(input_st->flags & INP_FLAG_BLOCK_LIBRETRO_INPUT)
0 commit comments