add option to create opengl core context

This commit is contained in:
FunkyFr3sh 2022-09-24 01:41:18 +02:00
parent 3b69255158
commit 1186c9cc00
3 changed files with 8 additions and 0 deletions

View file

@ -139,6 +139,7 @@ typedef struct CNCDDRAW
BOOL fpupreserve;
BOOL allow_wmactivate;
int d3d9_adapter;
BOOL opengl_core;
BOOL accurate_timers;
BOOL resizable;
BOOL nonexclusive;