mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Change to 1 instead
This commit is contained in:
parent
e2e5366925
commit
f96e148f74
@ -334,7 +334,7 @@ static int16_t cocoa_input_state(void *data,
|
|||||||
for (i = 0; i < RARCH_FIRST_CUSTOM_BIND; i++)
|
for (i = 0; i < RARCH_FIRST_CUSTOM_BIND; i++)
|
||||||
{
|
{
|
||||||
if (apple_key_state[rarch_keysym_lut[binds[i].key]])
|
if (apple_key_state[rarch_keysym_lut[binds[i].key]])
|
||||||
return true;
|
return 1;
|
||||||
if (cocoa_is_pressed(apple, joypad_info, binds[port], port, i))
|
if (cocoa_is_pressed(apple, joypad_info, binds[port], port, i))
|
||||||
ret |= (1 << i);
|
ret |= (1 << i);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user