summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/settings.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index 9b5b716a0..84d291787 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -110,7 +110,8 @@ void RestoreGlobalState(bool is_powered_on) {
return;
}
- // Audio: None
+ // Audio
+ values.volume.SetGlobal(true);
// Core
values.use_multi_core.SetGlobal(true);