mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
fix formatting
This commit is contained in:
parent
efd7790aba
commit
35295a7255
@ -646,7 +646,8 @@ void SettingsDialog::UpdateSettings() {
|
||||
|
||||
const QVector<std::string> TouchPadIndex = {"left", "center", "right", "none"};
|
||||
Config::setBackButtonBehavior(TouchPadIndex[ui->backButtonBehaviorComboBox->currentIndex()]);
|
||||
Config::setIsFullscreen(ui->displayModeComboBox->currentText().toStdString() == "Borderless Windowed");
|
||||
Config::setIsFullscreen(ui->displayModeComboBox->currentText().toStdString() ==
|
||||
"Borderless Windowed");
|
||||
Config::setFullscreenMode(
|
||||
screenModeMap.value(ui->displayModeComboBox->currentText()).toStdString());
|
||||
Config::setIsMotionControlsEnabled(ui->motionControlsCheckBox->isChecked());
|
||||
|
Loading…
Reference in New Issue
Block a user