log lpbIsInVB bool

This commit is contained in:
FunkyFr3sh 2024-09-11 19:49:04 +02:00
parent 8ff40f986c
commit 52c536d5c3

View file

@ -612,6 +612,8 @@ HRESULT dd_GetVerticalBlankStatus(LPBOOL lpbIsInVB)
*lpbIsInVB = TRUE; *lpbIsInVB = TRUE;
} }
TRACE(" lpbIsInVB = %s\n", *lpbIsInVB ? "TRUE" : "FALSE");
return DD_OK; return DD_OK;
} }