Skip to content

Commit

Permalink
log lpbIsInVB bool
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Sep 11, 2024
1 parent 8ff40f9 commit 52c536d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ HRESULT dd_GetVerticalBlankStatus(LPBOOL lpbIsInVB)
*lpbIsInVB = TRUE;
}

TRACE(" lpbIsInVB = %s\n", *lpbIsInVB ? "TRUE" : "FALSE");

return DD_OK;
}

Expand Down

0 comments on commit 52c536d

Please sign in to comment.