1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 22:09:35 +00:00

Add debug message for VI_UpdateScreen

This commit is contained in:
Sergey Lipskiy 2018-12-09 14:23:08 +07:00
parent 362c99c256
commit 8cd1605933

View File

@ -103,6 +103,8 @@ void VI_UpdateScreen()
if (VI.lastOrigin == -1) // Workaround for Mupen64Plus issue with initialization
gfxContext.isError();
DebugMsg(DEBUG_DETAIL, "VI_UpdateScreen Origin: %08x, Old origin: %08x, width: %d\n", *REG.VI_ORIGIN, VI.lastOrigin, *REG.VI_WIDTH);
if (ConfigOpen)
return;