mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
HOPKINS: Added missing flush of changed sound settings to disk
This commit is contained in:
parent
1844e4faa2
commit
4def58832d
@ -733,6 +733,8 @@ void SoundManager::updateScummVMSoundSettings() {
|
||||
ConfMan.setInt("music_volume", MUSICVOL * 255 / 16);
|
||||
ConfMan.setInt("sfx_volume", SOUNDVOL * 255 / 16);
|
||||
ConfMan.setInt("speech_volume", VOICEVOL * 255 / 16);
|
||||
|
||||
ConfMan.flushToDisk();
|
||||
}
|
||||
|
||||
} // End of namespace Hopkins
|
||||
|
Loading…
x
Reference in New Issue
Block a user