mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
fix_accidental_deletion
This commit is contained in:
parent
44135b011f
commit
09ab819040
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue