mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 13:43:33 +01:00
WiimoteScannerDarwin: Don't attempt to scan if inquiry doesn't start
This commit is contained in:
parent
6794532abe
commit
eb7b70b48d
@ -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…
x
Reference in New Issue
Block a user