Debugger: Fixed deadlock when using "Power Off" while debugger is opened
This commit is contained in:
parent
9c5cfa2e79
commit
12321c48fa
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ namespace Mesen.GUI.Forms
|
|||
break;
|
||||
|
||||
case InteropEmu.ConsoleNotificationType.EmulationStopped:
|
||||
this.Invoke((Action)(() => {
|
||||
this.BeginInvoke((Action)(() => {
|
||||
DebugWindowManager.CloseAll();
|
||||
}));
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue