force "adjmouse = TRUE" when downscaling was detected

This commit is contained in:
FunkyFr3sh 2023-09-13 19:04:01 +02:00
parent 6c0a639f1d
commit f468788a9d
3 changed files with 23 additions and 1 deletions

View file

@ -42,6 +42,7 @@ typedef struct IDirectDrawSurfaceImpl
DWORD last_flip_tick;
DWORD last_blt_tick;
BOOL queried;
BOOL locked;
struct IDirectDrawSurfaceImpl* backbuffer;
struct IDirectDrawClipperImpl* clipper;