mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Core: Reset s_wants_determinism on shutdown
Without doing this, Core::WantsDeterminism() will keep returning true and some GUI options may be disabled for no reason.
This commit is contained in:
parent
141fb0f03c
commit
311cfe9223
1 changed files with 1 additions and 0 deletions
|
@ -458,6 +458,7 @@ static void EmuThread(std::unique_ptr<BootParameters> boot)
|
|||
s_is_booting.Clear();
|
||||
s_is_started = false;
|
||||
s_is_stopping = false;
|
||||
s_wants_determinism = false;
|
||||
|
||||
if (s_on_stopped_callback)
|
||||
s_on_stopped_callback();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue