mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
WiimoteScannerDarwin: Don't attempt to scan if inquiry doesn't start
This commit is contained in:
parent
6794532abe
commit
eb7b70b48d
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ void WiimoteScannerDarwin::FindWiimotes(std::vector<Wiimote*>& found_wiimotes,
|
|||
ERROR_LOG_FMT(WIIMOTE, "Unable to do Bluetooth discovery");
|
||||
[bth release];
|
||||
[sbt release];
|
||||
btFailed = true;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue