choose best renderer automatically

This commit is contained in:
FunkyFr3sh 2018-05-18 16:18:34 +02:00
parent 8ba9b570fd
commit fd939bfff4
4 changed files with 53 additions and 25 deletions

View file

@ -91,6 +91,7 @@ typedef struct IDirectDrawImpl
BOOL fakecursorpos;
BOOL noactivateapp;
char shader[MAX_PATH];
BOOL autorenderer;
} IDirectDrawImpl;