settings: Forbid docked mode on handheld

This commit is contained in:
german77 2021-05-23 20:34:46 -05:00
parent 5068279f23
commit 7f445a59fa
3 changed files with 24 additions and 4 deletions

View file

@ -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() {