Silence a -Waddress warning
This commit is contained in:
parent
2daad9f89f
commit
a25a4d29a8
|
@ -3787,7 +3787,7 @@ static int16_t udev_input_state(
|
|||
}
|
||||
break;
|
||||
case RETRO_DEVICE_ANALOG:
|
||||
if (binds[port])
|
||||
if (binds)
|
||||
{
|
||||
int id_minus_key = 0;
|
||||
int id_plus_key = 0;
|
||||
|
|
Loading…
Reference in New Issue