mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 18:42:41 +02:00
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)
|
||||
return;
|
||||
|
||||
if (s_wiimote_sources[index] != WiimoteSource::Emulated)
|
||||
return;
|
||||
|
||||
const auto bluetooth = std::static_pointer_cast<IOS::HLE::BluetoothEmuDevice>(
|
||||
ios->GetDeviceByName("/dev/usb/oh1/57e/305"));
|
||||
if (!bluetooth)
|
||||
|
Loading…
Reference in New Issue
Block a user