mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Update control_settings.cpp
This commit is contained in:
parent
b0169de7c4
commit
f9c4ebddc8
@ -306,6 +306,11 @@ 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);
|
||||
}
|
||||
|
||||
void ControlSettings::AddBoxItems() {
|
||||
|
Loading…
Reference in New Issue
Block a user