mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-13 00:38:55 +02:00
yuzu: Write to config file on important config changes
This commit is contained in:
parent
6d77de96da
commit
df9c8bdfd9
4 changed files with 7 additions and 0 deletions
|
|
@ -1103,6 +1103,7 @@ void Config::SaveValues() {
|
|||
SaveRendererValues();
|
||||
SaveAudioValues();
|
||||
SaveSystemValues();
|
||||
qt_config->sync();
|
||||
}
|
||||
|
||||
void Config::SaveAudioValues() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue