mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Revert "(Cocoa) Buildfix"
This reverts commit 2c07234a5d912b43735e62625f3f9b7c6ed2da43.
This commit is contained in:
parent
2c07234a5d
commit
97ebed7c0e
@ -208,6 +208,7 @@ static int16_t cocoa_input_state(void *data,
|
||||
if (id == RETRO_DEVICE_ID_JOYPAD_MASK)
|
||||
{
|
||||
unsigned i;
|
||||
int16_t ret = 0;
|
||||
int16_t ret =
|
||||
apple->joypad->state(
|
||||
joypad_info, binds[port], port)
|
||||
@ -217,7 +218,7 @@ static int16_t cocoa_input_state(void *data,
|
||||
#endif
|
||||
;
|
||||
|
||||
if (!input_cocoa.keyboard_mapping_blocked)
|
||||
if (!input_dinput.keyboard_mapping_blocked)
|
||||
{
|
||||
for (i = 0; i < RARCH_FIRST_CUSTOM_BIND; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user