Browse Source

fix_accidental_deletion

nce_cpp
Moonlacer 4 years ago
parent
commit
dabeb349f5
  1. 3
      src/common/settings.cpp

3
src/common/settings.cpp

@ -110,7 +110,8 @@ void RestoreGlobalState(bool is_powered_on) {
return; return;
} }
// Audio: None
// Audio
values.volume.SetGlobal(true);
// Core // Core
values.use_multi_core.SetGlobal(true); values.use_multi_core.SetGlobal(true);

Loading…
Cancel
Save