mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
[Android] Fix the ability to stop the game and start another.
This commit is contained in:
parent
bab91494d5
commit
96a77f9feb
6 changed files with 12 additions and 3 deletions
|
@ -84,6 +84,10 @@ void DoCallbacks(CallbackType type)
|
|||
{
|
||||
it->second();
|
||||
}
|
||||
|
||||
// Wipe all callbacks on shutdown
|
||||
if (type == OSD_SHUTDOWN)
|
||||
s_callbacks.clear();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue