add option to lock surfaces

This commit is contained in:
FunkyFr3sh 2022-09-17 13:46:45 +02:00
parent 484022b97d
commit 8d6b2f3bfe
8 changed files with 33 additions and 0 deletions

View file

@ -147,6 +147,7 @@ typedef struct CNCDDRAW
BOOL fixnotresponding;
BOOL flipclear;
BOOL locktopleft;
BOOL lock_surfaces;
BOOL d3d9linear;
BOOL gdilinear;
int resolutions;