mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Fix Windows build error
This commit is contained in:
parent
447d760482
commit
3c7768cd9d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue