mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Apple HID) Mundane style nits
This commit is contained in:
parent
5d49f7671b
commit
43fe95ce93
@ -207,9 +207,7 @@ static void hid_device_report(void* context, IOReturn result, void *sender,
|
||||
{
|
||||
struct pad_connection* connection = (struct pad_connection*)context;
|
||||
|
||||
if (!connection)
|
||||
return;
|
||||
|
||||
if (connection)
|
||||
pad_connection_packet(&hid_apple->slots[connection->slot], connection->slot,
|
||||
connection->data, reportLength + 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user