mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-07 18:07:27 +00:00
Add this back
This commit is contained in:
parent
8b18ae3018
commit
5444401e4f
@ -398,7 +398,7 @@ static int16_t cocoa_input_state(
|
||||
{
|
||||
for (i = 0; i < RARCH_FIRST_CUSTOM_BIND; i++)
|
||||
{
|
||||
if (apple_key_state[rarch_keysym_lut[binds[port][i].key]])
|
||||
if ((binds[port][i].key < RETROK_LAST) && apple_key_state[rarch_keysym_lut[binds[port][i].key]])
|
||||
ret |= (1 << i);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user