mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Make non-Windows pairing dialog appearance depend on HAS_BLUEZ instead of OS
This commit is contained in:
parent
449f12ea88
commit
2e46547f3a
@ -225,7 +225,7 @@ void PairingDialog::WorkerThread()
|
||||
BluetoothFindDeviceClose(deviceFind);
|
||||
}
|
||||
}
|
||||
#elif BOOST_OS_LINUX
|
||||
#elif defined(HAS_BLUEZ)
|
||||
void PairingDialog::WorkerThread()
|
||||
{
|
||||
constexpr static uint8_t LIAC_LAP[] = {0x00, 0x8b, 0x9e};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user