mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(Cocoa) Fix keyboard input
This commit is contained in:
parent
0cb0635ddc
commit
8b18ae3018
@ -398,9 +398,7 @@ static int16_t cocoa_input_state(
|
||||
{
|
||||
for (i = 0; i < RARCH_FIRST_CUSTOM_BIND; i++)
|
||||
{
|
||||
if (
|
||||
(binds[port][i].key < RETROK_LAST) &&
|
||||
apple_key_state[rarch_keysym_lut[binds[port][i].key]] & 0x80)
|
||||
if (apple_key_state[rarch_keysym_lut[binds[port][i].key]])
|
||||
ret |= (1 << i);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user