mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 08:47:54 -05:00
settings: Forbid docked mode on handheld
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user