mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Fix function names
This commit is contained in:
parent
65de641113
commit
8fcf2fba93
@ -302,7 +302,7 @@ void SettingsDialog::LoadValuesFromConfig() {
|
||||
ui->backButtonBehaviorComboBox->setCurrentIndex(index != -1 ? index : 0);
|
||||
|
||||
ui->removeFolderButton->setEnabled(!ui->gameFoldersListWidget->selectedItems().isEmpty());
|
||||
UpdateInstallFolders();
|
||||
ResetInstallFolders();
|
||||
}
|
||||
|
||||
void SettingsDialog::InitializeEmulatorLanguages() {
|
||||
@ -521,7 +521,7 @@ void SettingsDialog::UpdateSettings() {
|
||||
#endif
|
||||
|
||||
BackgroundMusicPlayer::getInstance().setVolume(ui->BGMVolumeSlider->value());
|
||||
UpdateInstallFolders();
|
||||
ResetInstallFolders();
|
||||
}
|
||||
|
||||
void SettingsDialog::ResetInstallFolders() {
|
||||
|
Loading…
Reference in New Issue
Block a user