diff options
| -rw-r--r-- | src/common/settings.cpp | 3 |
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) { | |||
| 110 | return; | 110 | return; |
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | // Audio: None | 113 | // Audio |
| 114 | values.volume.SetGlobal(true); | ||
| 114 | 115 | ||
| 115 | // Core | 116 | // Core |
| 116 | values.use_multi_core.SetGlobal(true); | 117 | values.use_multi_core.SetGlobal(true); |