optional D3DCREATE_FPU_PRESERVE for dune2000 and other games that might need it

This commit is contained in:
FunkyFr3sh 2021-12-18 04:59:25 +01:00
parent d654beab46
commit c6a5603294
3 changed files with 20 additions and 6 deletions

View file

@ -137,6 +137,7 @@ typedef struct CNCDDRAW
HCURSOR old_cursor;
int show_cursor_count;
BOOL novidmem;
BOOL fpupreserve;
BOOL accurate_timers;
BOOL resizable;
BOOL nonexclusive;