settings: Forbid docked mode on handheld
This commit is contained in:
parent
5068279f23
commit
7f445a59fa
3 changed files with 24 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue