mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Add default values for Lightbar sliders and checkbox, per-game config (#2454)
* Update control_settings.cpp * Add default for per game config checkbox as well
This commit is contained in:
parent
e9b44af469
commit
679f8f1f36
1 changed files with 6 additions and 0 deletions
|
@ -306,6 +306,12 @@ void ControlSettings::SetDefault() {
|
|||
|
||||
ui->LeftDeadzoneSlider->setValue(2);
|
||||
ui->RightDeadzoneSlider->setValue(2);
|
||||
|
||||
ui->RSlider->setValue(0);
|
||||
ui->GSlider->setValue(0);
|
||||
ui->BSlider->setValue(255);
|
||||
ui->LightbarCheckBox->setChecked(false);
|
||||
ui->PerGameCheckBox->setChecked(false);
|
||||
}
|
||||
|
||||
void ControlSettings::AddBoxItems() {
|
||||
|
|
Loading…
Add table
Reference in a new issue