mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(X11) Buildfix #3
This commit is contained in:
parent
9d65f7e633
commit
5b81b6887b
@ -609,7 +609,7 @@ static int16_t x_input_state(void *data,
|
||||
return x11->mouse_y - x11->mouse_last_y;
|
||||
case RETRO_DEVICE_ID_LIGHTGUN_PAUSE:
|
||||
{
|
||||
unsigned new_id = RARCH_LIGHTGUN_PAUSE;
|
||||
unsigned new_id = RARCH_LIGHTGUN_START;
|
||||
if (!input_x.keyboard_mapping_blocked)
|
||||
if ((binds[port][new_id].key < RETROK_LAST)
|
||||
&& x_keyboard_pressed(x11, binds[port]
|
||||
|
Loading…
x
Reference in New Issue
Block a user