mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-14 14:50:26 +00:00
Nit
This commit is contained in:
parent
730ae2c52d
commit
ecdaa1885b
@ -214,7 +214,6 @@ static bool apple_gamecontroller_joypad_button(unsigned port, uint16_t joykey)
|
|||||||
/* Check the button. */
|
/* Check the button. */
|
||||||
if ((port < MAX_USERS) && (joykey < 32))
|
if ((port < MAX_USERS) && (joykey < 32))
|
||||||
return ((mfi_buttons[port] & (1 << joykey)) != 0);
|
return ((mfi_buttons[port] & (1 << joykey)) != 0);
|
||||||
;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user