diff options
author | german77 <juangerman-13@hotmail.com> | 2021-05-23 20:34:46 -0500 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-05-23 20:34:46 -0500 |
commit | 7f445a59fa7362615338bd93e5f57d84a594e181 (patch) | |
tree | 2c5b0cad6524593b83ea1d42a26f640b9a38746f /src/yuzu/debugger/controller.cpp | |
parent | 5068279f23c1ae628f9298ab1a811435fd99c8cd (diff) |
settings: Forbid docked mode on handheld
Diffstat (limited to 'src/yuzu/debugger/controller.cpp')
-rw-r--r-- | src/yuzu/debugger/controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/debugger/controller.cpp b/src/yuzu/debugger/controller.cpp index 7186eac76a..d85408ac6d 100644 --- a/src/yuzu/debugger/controller.cpp +++ b/src/yuzu/debugger/controller.cpp @@ -38,6 +38,7 @@ void ControllerDialog::refreshConfiguration() { widget->SetPlayerInputRaw(player, players[player].buttons, players[player].analogs); widget->SetConnectedStatus(players[player].connected); widget->SetControllerType(players[player].controller_type); + widget->repaint(); } QAction* ControllerDialog::toggleViewAction() { |