mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Make non-Windows pairing dialog appearance depend on HAS_BLUEZ
instead of OS
This commit is contained in:
parent
449f12ea88
commit
2e46547f3a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue