mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
[Android] Fix the ability to stop the game and start another.
This commit is contained in:
@ -84,6 +84,10 @@ void DoCallbacks(CallbackType type)
|
||||
{
|
||||
it->second();
|
||||
}
|
||||
|
||||
// Wipe all callbacks on shutdown
|
||||
if (type == OSD_SHUTDOWN)
|
||||
s_callbacks.clear();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user