diff --git a/src/platform/qt/GameController.h b/src/platform/qt/GameController.h index 637f9bba5..3bc991aa7 100644 --- a/src/platform/qt/GameController.h +++ b/src/platform/qt/GameController.h @@ -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);