mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
(BTStack) Rename btstack_hid.c to btstack.c
This commit is contained in:
parent
1e865a596f
commit
ecd6ab7027
@ -369,7 +369,7 @@ INPUT (HID)
|
||||
#if defined(HAVE_LIBUSB)
|
||||
#include "../input/drivers_hid/libusb_hid.c"
|
||||
#elif defined(__APPLE__) && defined(IOS)
|
||||
#include "../input/drivers_hid/btstack_hid.c"
|
||||
#include "../input/drivers_hid/btstack.c"
|
||||
#elif defined(__APPLE__) && !defined(IOS)
|
||||
#include "../input/drivers_hid/apple_hid.c"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user