mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Revert "fix game focus mode on udev as well"
This reverts commit 54eed6341862be97e1a40ba19984bc666f368592.
This commit is contained in:
parent
54eed63418
commit
863aaa5b9d
@ -1060,7 +1060,7 @@ static int16_t udev_input_state(
|
||||
(binds[port][id].key < RETROK_LAST) &&
|
||||
udev_keyboard_pressed(udev, binds[port][id].key)
|
||||
&& (( id == RARCH_GAME_FOCUS_TOGGLE)
|
||||
&& !keyboard_mapping_blocked)
|
||||
|| !keyboard_mapping_blocked)
|
||||
)
|
||||
return 1;
|
||||
else if (udev_mouse_button_pressed(udev, port,
|
||||
|
Loading…
x
Reference in New Issue
Block a user