mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +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
@ -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…
Reference in New Issue
Block a user