Skip to content

Commit

Permalink
Merge pull request dolphin-emu#8228 from spycrab/qt_cw_not_disable
Browse files Browse the repository at this point in the history
Qt/ControllersWindow: Fix radio buttons not getting disabled
  • Loading branch information
spycrab authored Jul 7, 2019
2 parents 0a7395b + 64de900 commit ba20d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt/Config/ControllersWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ ControllersWindow::ControllersWindow(QWidget* parent) : QDialog(parent)
CreateMainLayout();
LoadSettings();
ConnectWidgets();

OnEmulationStateChanged(Core::GetState() != Core::State::Uninitialized);
}

void ControllersWindow::CreateGamecubeLayout()
Expand Down

0 comments on commit ba20d30

Please sign in to comment.