mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Fix linux, probably.
This commit is contained in:
parent
93f7622e16
commit
f77b3ccf8a
@ -98,9 +98,11 @@
|
||||
/*
|
||||
* Bluetooth device address
|
||||
*/
|
||||
#ifndef __BLUETOOTH_H
|
||||
typedef struct {
|
||||
uint8_t b[BLUETOOTH_BDADDR_SIZE];
|
||||
} bdaddr_t;
|
||||
#endif
|
||||
|
||||
#define BDADDR_ANY { { 0, 0, 0, 0, 0, 0 } }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user