Silence a -Waddress warning

This commit is contained in:
pstef 2025-03-27 22:55:59 +00:00
parent 2daad9f89f
commit a25a4d29a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;