mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
OSX buildfix
This commit is contained in:
parent
c3f5c499f3
commit
3dede6d71a
@ -292,7 +292,7 @@ static int16_t cocoa_input_state(void *data,
|
|||||||
{
|
{
|
||||||
case RETRO_DEVICE_JOYPAD:
|
case RETRO_DEVICE_JOYPAD:
|
||||||
if (id < RARCH_BIND_LIST_END)
|
if (id < RARCH_BIND_LIST_END)
|
||||||
return apple_key_state[rarch_keysym_lut[binds[id].key]];
|
return apple_key_state[rarch_keysym_lut[binds[port][id].key]];
|
||||||
return
|
return
|
||||||
input_joypad_pressed(apple->joypad, joypad_info, port, binds[port], id)
|
input_joypad_pressed(apple->joypad, joypad_info, port, binds[port], id)
|
||||||
#ifdef HAVE_MFI
|
#ifdef HAVE_MFI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user