mirror of https://github.com/mgba-emu/mgba.git
Qt: Ensure closing a game clears overrides in backend too
This commit is contained in:
parent
f3c723d713
commit
2c5d11539a
|
@ -154,4 +154,6 @@ void OverrideView::gameStopped() {
|
|||
m_ui.idleLoop->clear();
|
||||
|
||||
m_ui.save->setEnabled(false);
|
||||
|
||||
updateOverrides();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue