Debugger: Fixed regression when opening debugger while game is paused

This commit is contained in:
Souryo 2017-10-03 17:24:29 -04:00
parent 213b67064b
commit 03c689a1f4

View File

@ -126,6 +126,7 @@ namespace Mesen.GUI.Debugger
//Break once to show code and then resume execution
InteropEmu.DebugStep(1);
}
InteropEmu.SetFlag(EmulationFlags.Paused, false);
UpdateDebuggerFlags();
UpdateCdlRatios();