mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
(Apple HID) Buildfix
This commit is contained in:
parent
ff65ad8652
commit
4ec9a7542c
@ -60,7 +60,7 @@ static bool apple_hid_joypad_button(void *data, unsigned port, uint16_t joykey)
|
||||
{
|
||||
driver_t *driver = driver_get_ptr();
|
||||
apple_input_data_t *apple = (apple_input_data_t*)driver->input_data;
|
||||
uint64_t buttons = apple_hid_joypad_get_buttons(data, port) : 0;
|
||||
uint64_t buttons = apple_hid_joypad_get_buttons(data, port);
|
||||
|
||||
if (!apple || joykey == NO_BTN)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user