Skip to content
Permalink
Browse files
Merge pull request #7588 from Techjar/controller-dialog-wiimote-disab…
…led-bug

Qt/ControllersWindow: Fix Wiimote settings not being re-enabled after quitting NetPlay
  • Loading branch information
JMC47 committed Jan 7, 2019
2 parents 3da0697 + a2545a1 commit 3397824
Showing 1 changed file with 1 addition and 1 deletion.
@@ -373,7 +373,7 @@ void ControllersWindow::OnWiimoteRefreshPressed()

void ControllersWindow::OnEmulationStateChanged(bool running)
{
if (!SConfig::GetInstance().bWii || NetPlay::IsNetPlayRunning())
if (!SConfig::GetInstance().bWii)
{
m_wiimote_sync->setEnabled(!running);
m_wiimote_reset->setEnabled(!running);

0 comments on commit 3397824

Please sign in to comment.