mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 00:17:57 -05:00
yuzu: Write to config file on important config changes
This commit is contained in:
@ -1103,6 +1103,7 @@ void Config::SaveValues() {
|
||||
SaveRendererValues();
|
||||
SaveAudioValues();
|
||||
SaveSystemValues();
|
||||
qt_config->sync();
|
||||
}
|
||||
|
||||
void Config::SaveAudioValues() {
|
||||
|
Reference in New Issue
Block a user