mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01: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;
|
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
|
// Dump left over jobs
|
||||||
HostDispatchJobs();
|
HostDispatchJobs();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user