Merge pull request #3928 from zhaowenlan1779/log-settings

citra_qt: Log settings on launch
This commit is contained in:
Weiyi Wang
2018-07-27 11:22:23 +03:00
committed by GitHub
5 changed files with 45 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ void ConfigureDialog::applyConfiguration() {
ui->debugTab->applyConfiguration();
ui->webTab->applyConfiguration();
Settings::Apply();
Settings::LogSettings();
}
void ConfigureDialog::onLanguageChanged(const QString& locale) {