#269 add workaround for Quest for Glory 5 movies

This commit is contained in:
FunkyFr3sh 2023-12-12 00:39:25 +01:00
parent 3ab1f7ff11
commit dc3be1243a
2 changed files with 6 additions and 1 deletions

View file

@ -42,6 +42,7 @@ typedef struct IDirectDrawSurfaceImpl
DWORD last_flip_tick;
DWORD last_blt_tick;
BOOL queried;
BOOL skip_flip; /* Quest for Glory 5 */
struct IDirectDrawSurfaceImpl* backbuffer;
struct IDirectDrawClipperImpl* clipper;