mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
Merge pull request #12360 from TryTwo/bugfix_wiimote_signal_spam
WiimoteDevice. Bugfix. Remove signal spam while starting a game.
This commit is contained in:
commit
636b892b7c
@ -145,7 +145,8 @@ void WiimoteDevice::SetBasebandState(BasebandState new_state)
|
||||
m_baseband_state = new_state;
|
||||
|
||||
// Update wiimote connection checkboxes in UI.
|
||||
Host_UpdateDisasmDialog();
|
||||
if (IsConnected() != was_connected)
|
||||
Host_UpdateDisasmDialog();
|
||||
|
||||
if (!IsSourceValid())
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user