Qt: Disable sync to video by default

This commit is contained in:
Jeffrey Pfau 2014-12-14 00:01:40 -08:00
parent a10a84aa89
commit 9b74e27d7a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class GameController : public QObject {
Q_OBJECT
public:
static const bool VIDEO_SYNC = true;
static const bool VIDEO_SYNC = false;
static const bool AUDIO_SYNC = true;
GameController(QObject* parent = nullptr);