mirror of
https://github.com/libretro/Mesen.git
synced 2025-01-31 22:01:52 +00:00
Debugger: Fixed regression when opening debugger while game is paused
This commit is contained in:
parent
213b67064b
commit
03c689a1f4
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user