mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-07 23:18:52 +01:00
citra_qt: Log settings on launch
This commit is contained in:
parent
d5a4707f65
commit
a94a828b6c
5 changed files with 35 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ void ConfigureDialog::applyConfiguration() {
|
|||
ui->debugTab->applyConfiguration();
|
||||
ui->webTab->applyConfiguration();
|
||||
Settings::Apply();
|
||||
Settings::LogSettings();
|
||||
}
|
||||
|
||||
void ConfigureDialog::PopulateSelectionList() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue