Debugger: add ability to reset cycles in the debugger.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-05-28 19:25:29 +01:00
parent 825cb59e62
commit 9b3a3e7913

View file

@ -1072,6 +1072,7 @@ namespace sa2
if ((ImGui::SameLine(), ImGui::Button("Debug")))
{
frame->ChangeMode(MODE_DEBUG);
resetDebuggerCycles();
}
if ((ImGui::SameLine(), ImGui::Button("Continue")))
{