mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Rename btstack.c to btstack_hid.c
This commit is contained in:
parent
ecd6ab7027
commit
ffd364c5ff
@ -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.c"
|
||||
#include "../input/drivers_hid/btstack_hid.c"
|
||||
#elif defined(__APPLE__) && !defined(IOS)
|
||||
#include "../input/drivers_hid/apple_hid.c"
|
||||
#endif
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <rthreads/rthreads.h>
|
||||
|
||||
#define BUILDING_BTDYNAMIC
|
||||
#include "btstack.h"
|
||||
#include "btstack_hid.h"
|
||||
#include "../../dynamic.h"
|
||||
#include "../connect/joypad_connection.h"
|
||||
|
Loading…
Reference in New Issue
Block a user