Merge pull request #9583 from michaelszubartowicz/master
Fix loading save states with bluetooth passthrough
This commit is contained in:
commit
646bdc9459
|
@ -53,6 +53,9 @@ void UpdateSource(unsigned int index)
|
||||||
if (!ios)
|
if (!ios)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (s_wiimote_sources[index] != WiimoteSource::Emulated)
|
||||||
|
return;
|
||||||
|
|
||||||
const auto bluetooth = std::static_pointer_cast<IOS::HLE::BluetoothEmuDevice>(
|
const auto bluetooth = std::static_pointer_cast<IOS::HLE::BluetoothEmuDevice>(
|
||||||
ios->GetDeviceByName("/dev/usb/oh1/57e/305"));
|
ios->GetDeviceByName("/dev/usb/oh1/57e/305"));
|
||||||
if (!bluetooth)
|
if (!bluetooth)
|
||||||
|
|
Loading…
Reference in New Issue