From 09ab819040bf7a03c7237334e2d5219a2e50dff7 Mon Sep 17 00:00:00 2001 From: Moonlacer Date: Wed, 15 Sep 2021 19:59:10 -0500 Subject: fix_accidental_deletion --- src/common/settings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3