mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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:
|
||||
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
|
||||
input_joypad_pressed(apple->joypad, joypad_info, port, binds[port], id)
|
||||
#ifdef HAVE_MFI
|
||||
|
Loading…
Reference in New Issue
Block a user