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