mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-02-17 02:26:24 +01:00
Fix Windows build error
This commit is contained in:
parent
b21c8dedd7
commit
75b5d28540
@ -184,7 +184,7 @@ void PairingDialog::WorkerThread()
|
||||
HBLUETOOTH_DEVICE_FIND deviceFind = BluetoothFindFirstDevice(&searchParams, &info);
|
||||
if (deviceFind == nullptr)
|
||||
{
|
||||
UpdateCallback(PairingState::BluetoothFailed);
|
||||
UpdateCallback(PairingState::SearchFailed);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user