add option to enable direct3d 12 renderer (via MS 9on12)

This commit is contained in:
FunkyFr3sh 2022-09-20 11:21:32 +02:00
parent 9ac9aa3c6a
commit 5616af006b
4 changed files with 30 additions and 5 deletions

View file

@ -149,6 +149,7 @@ typedef struct CNCDDRAW
BOOL lock_surfaces;
BOOL d3d9linear;
BOOL gdilinear;
BOOL d3d9on12;
int resolutions;
BOOL armadahack;
BOOL tshack;