mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
(Cocoa) Revert this until reported issue with Game Focus is resolved
This commit is contained in:
parent
5d4c6a9564
commit
5705ff95cb
@ -421,7 +421,7 @@ static int16_t cocoa_input_state(
|
||||
return ret;
|
||||
}
|
||||
|
||||
if (!keyboard_mapping_blocked && binds[port][id].valid)
|
||||
if (binds[port][id].valid)
|
||||
{
|
||||
if (id < RARCH_BIND_LIST_END)
|
||||
if (apple_key_state[rarch_keysym_lut[binds[port][id].key]])
|
||||
|
Loading…
Reference in New Issue
Block a user