mirror of
https://github.com/libretro/Mesen.git
synced 2025-02-08 01:59:51 +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
|
//Break once to show code and then resume execution
|
||||||
InteropEmu.DebugStep(1);
|
InteropEmu.DebugStep(1);
|
||||||
}
|
}
|
||||||
|
InteropEmu.SetFlag(EmulationFlags.Paused, false);
|
||||||
|
|
||||||
UpdateDebuggerFlags();
|
UpdateDebuggerFlags();
|
||||||
UpdateCdlRatios();
|
UpdateCdlRatios();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user