GE Debugger: Reset on shutdown.

Previously, it kept showing the last frame, which made it seem like it was
still stepping.
This commit is contained in:
Unknown W. Brackets 2022-10-09 21:25:20 -07:00
parent bc9215ca93
commit 4d5e6f53bb

View File

@ -1067,6 +1067,8 @@ BOOL CGEDebugger::DlgProc(UINT message, WPARAM wParam, LPARAM lParam) {
UpdatePreviews();
lastCounter = GPUStepping::GetSteppingCounter();
}
} else if (!PSP_IsInited() && primaryBuffer_) {
SendMessage(m_hDlg, WM_COMMAND, IDC_GEDBG_RESUME, 0);
}
break;