UI: Fixed game selection screen disappearing when clicking on a deleted game that cannot be loaded

This commit is contained in:
Sour 2020-03-01 21:46:37 -05:00
parent 5812fb3667
commit 060ea6dcb5

View file

@ -252,7 +252,6 @@ namespace Mesen.GUI.Controls
if(this._needResume) {
EmuApi.Resume();
}
this.Visible = false;
}
private bool _waitForRelease = false;