mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Core: Notify state change callback about stopping state
This commit is contained in:
parent
d9cacf6f5a
commit
baecc500e8
@ -242,6 +242,10 @@ void Stop() // - Hammertime!
|
||||
|
||||
s_is_stopping = true;
|
||||
|
||||
// Notify state changed callback
|
||||
if (s_on_state_changed_callback)
|
||||
s_on_state_changed_callback(State::Stopping);
|
||||
|
||||
// Dump left over jobs
|
||||
HostDispatchJobs();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user