mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
WiimoteScannerDarwin: Don't attempt to scan if inquiry doesn't start
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user