Debugger: Fix for tf when in full-speed (#1164)

This commit is contained in:
tomcw
2023-01-13 21:11:00 +00:00
parent 244799ec5a
commit d31a831ac2
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -3232,7 +3232,7 @@ static void DrawVideoScannerValue(int line, int vert, int horz, bool isVisible)
static void DrawVideoScannerInfo(int line)
{
uint16_t v, h;
NTSC_GetVideoHVForDebugger(v, h); // update g_nVideoClockHorz/g_nVideoClockVert - needed for when in fullspeed (GH#1164)
NTSC_GetVideoHVForDebugger(v, h); // update video scanner's vert/horz position - needed for when in fullspeed (GH#1164)
if (g_videoScannerDisplayInfo.isHorzReal)
{