mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Merge pull request #5852 from leoetlino/wiimotes
Core: Reset s_wants_determinism on shutdown
This commit is contained in:
commit
279c80b414
@ -458,6 +458,7 @@ static void EmuThread(std::unique_ptr<BootParameters> boot)
|
|||||||
s_is_booting.Clear();
|
s_is_booting.Clear();
|
||||||
s_is_started = false;
|
s_is_started = false;
|
||||||
s_is_stopping = false;
|
s_is_stopping = false;
|
||||||
|
s_wants_determinism = false;
|
||||||
|
|
||||||
if (s_on_stopped_callback)
|
if (s_on_stopped_callback)
|
||||||
s_on_stopped_callback();
|
s_on_stopped_callback();
|
||||||
|
Loading…
Reference in New Issue
Block a user