Debugger: Fixed deadlock when using "Power Off" while debugger is opened

This commit is contained in:
Souryo 2017-11-22 21:29:21 -05:00
parent 9c5cfa2e79
commit 12321c48fa

View file

@ -479,7 +479,7 @@ namespace Mesen.GUI.Forms
break;
case InteropEmu.ConsoleNotificationType.EmulationStopped:
this.Invoke((Action)(() => {
this.BeginInvoke((Action)(() => {
DebugWindowManager.CloseAll();
}));
break;