add new "fixpitch" setting

This commit is contained in:
FunkyFr3sh 2021-05-23 06:16:58 +02:00
parent 7b2c6616a1
commit 793ed44b44
3 changed files with 20 additions and 6 deletions

View file

@ -108,6 +108,7 @@ typedef struct cnc_ddraw
BOOL resizable;
BOOL sierrahack;
BOOL nonexclusive;
BOOL fixpitch;
BOOL fixchildwindows;
BOOL d3d9linear;
BOOL backbuffer;