diff options
| author | 2021-09-15 19:59:10 -0500 | |
|---|---|---|
| committer | 2021-09-15 19:59:10 -0500 | |
| commit | 09ab819040bf7a03c7237334e2d5219a2e50dff7 (patch) | |
| tree | a8bbda39068ae113ff47c4bb3988e3438529f745 /src | |
| parent | remove-audio-stretching-setting (diff) | |
| download | yuzu-09ab819040bf7a03c7237334e2d5219a2e50dff7.tar.gz yuzu-09ab819040bf7a03c7237334e2d5219a2e50dff7.tar.xz yuzu-09ab819040bf7a03c7237334e2d5219a2e50dff7.zip | |
fix_accidental_deletion
Diffstat (limited to 'src')
| -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); |