Add hardware acceleration force option

This commit is contained in:
Iwan Timmer
2016-01-16 14:04:05 +01:00
parent d582e2fa07
commit 72e649a66d
6 changed files with 17 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ typedef struct _CONFIGURATION {
bool sops;
bool localaudio;
bool fullscreen;
bool forcehw;
struct input_config inputs[MAX_INPUTS];
int inputsCount;
} CONFIGURATION, *PCONFIGURATION;