#101 clear backbuffer on flip

This commit is contained in:
FunkyFr3sh 2022-09-13 07:41:01 +02:00
parent 19c4d67087
commit b03600fb4f
4 changed files with 12 additions and 0 deletions

View file

@ -146,6 +146,7 @@ typedef struct CNCDDRAW
int fixchilds;
BOOL fixwndprochook;
BOOL fixnotresponding;
BOOL flipclear;
BOOL locktopleft;
BOOL d3d9linear;
BOOL gdilinear;