mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 22:31:57 +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. */
|
||||
if ((port < MAX_USERS) && (joykey < 32))
|
||||
return ((mfi_buttons[port] & (1 << joykey)) != 0);
|
||||
;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user