mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(apple/iOS/bluetooth/btpad.c) Cleanups
This commit is contained in:
parent
64c10c6b49
commit
3aa6c8e324
@ -145,10 +145,8 @@ void btpad_packet_handler(uint8_t packet_type,
|
||||
if (connection && connection->state == BTPAD_CONNECTED
|
||||
&& (connection->channels[0] == channel ||
|
||||
connection->channels[1] == channel))
|
||||
{
|
||||
pad_connection_packet(&slots[connection->slot], connection->slot, packet, size);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case HCI_EVENT_PACKET:
|
||||
switch (packet[0])
|
||||
|
Loading…
x
Reference in New Issue
Block a user