mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
(apple_hid.c) style nits
This commit is contained in:
parent
92fc29a762
commit
6c4e92f0ca
@ -115,7 +115,8 @@ static int16_t apple_hid_joypad_axis(void *data, unsigned port, uint32_t joyaxis
|
||||
return val;
|
||||
}
|
||||
|
||||
static void apple_hid_device_send_control(void *data, uint8_t* data_buf, size_t size)
|
||||
static void apple_hid_device_send_control(void *data,
|
||||
uint8_t* data_buf, size_t size)
|
||||
{
|
||||
struct apple_hid_adapter *adapter = (struct apple_hid_adapter*)data;
|
||||
|
||||
@ -124,7 +125,8 @@ static void apple_hid_device_send_control(void *data, uint8_t* data_buf, size_t
|
||||
kIOHIDReportTypeOutput, 0x01, data_buf + 1, size - 1);
|
||||
}
|
||||
|
||||
static void apple_hid_device_report(void *data, IOReturn result, void *sender,
|
||||
static void apple_hid_device_report(void *data,
|
||||
IOReturn result, void *sender,
|
||||
IOHIDReportType type, uint32_t reportID, uint8_t *report,
|
||||
CFIndex reportLength)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user