mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
settings: Forbid docked mode on handheld
This commit is contained in:
parent
3af73d1335
commit
a724cf5fa1
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