mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
[Android] Fix the ability to stop the game and start another.
This commit is contained in:
@ -177,6 +177,8 @@ namespace ButtonManager
|
||||
delete *it;
|
||||
for (auto it = m_controllers.begin(); it != m_controllers.end(); ++it)
|
||||
delete it->second;
|
||||
m_controllers.clear();
|
||||
m_buttons.clear();
|
||||
}
|
||||
|
||||
void DrawButtons()
|
||||
|
Reference in New Issue
Block a user