1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-30 16:06:30 -05:00

yuzu: Write to config file on important config changes

This commit is contained in:
Narr the Reg
2023-02-16 10:53:42 -06:00
parent 6d77de96da
commit df9c8bdfd9
4 changed files with 7 additions and 0 deletions

View File

@@ -1103,6 +1103,7 @@ void Config::SaveValues() {
SaveRendererValues();
SaveAudioValues();
SaveSystemValues();
qt_config->sync();
}
void Config::SaveAudioValues() {