mirror of
https://github.com/SourMesen/Mesen.git
synced 2025-04-02 10:52:48 -04:00
Debugger: Fixed regression when opening debugger while game is paused
This commit is contained in:
parent
213b67064b
commit
03c689a1f4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue