mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
parent
a4bfd84cc7
commit
ac38cfe8da
3 changed files with 3 additions and 3 deletions
|
@ -120,7 +120,7 @@ static int16_t linuxraw_input_state(
|
|||
}
|
||||
break;
|
||||
case RETRO_DEVICE_ANALOG:
|
||||
if (binds[port])
|
||||
if (binds)
|
||||
{
|
||||
int id_minus_key = 0;
|
||||
int id_plus_key = 0;
|
||||
|
|
|
@ -214,7 +214,7 @@ static int16_t input_wl_state(
|
|||
}
|
||||
break;
|
||||
case RETRO_DEVICE_ANALOG:
|
||||
if (binds[port])
|
||||
if (binds)
|
||||
{
|
||||
int id_minus_key = 0;
|
||||
int id_plus_key = 0;
|
||||
|
|
|
@ -175,7 +175,7 @@ static int16_t x_input_state(
|
|||
}
|
||||
break;
|
||||
case RETRO_DEVICE_ANALOG:
|
||||
if (binds[port])
|
||||
if (binds)
|
||||
{
|
||||
int id_minus_key = 0;
|
||||
int id_plus_key = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue