Allow unsupported version to try to run

This commit is contained in:
Iwan Timmer
2016-04-01 19:17:54 +02:00
parent b30cf20f8c
commit e12beeaef3
3 changed files with 12 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
/*
* This file is part of Moonlight Embedded.
*
* Copyright (C) 2015 Iwan Timmer
* Copyright (C) 2015, 2016 Iwan Timmer
*
* Moonlight is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -41,6 +41,7 @@ typedef struct _CONFIGURATION {
bool localaudio;
bool fullscreen;
bool forcehw;
bool unsupported_version;
struct input_config inputs[MAX_INPUTS];
int inputsCount;
} CONFIGURATION, *PCONFIGURATION;