Qt: Turn on video sync by default

This commit is contained in:
Jeffrey Pfau 2014-11-09 22:51:05 -08:00
parent d83520c5a2
commit ea66055c63
1 changed files with 1 additions and 1 deletions

View File

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