mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
citra_qt: Log settings on launch
This commit is contained in:
parent
28eaa6c598
commit
c63f74ed1d
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