Qt: Disable sync to video by default
Jeffrey Pfau jeffrey@endrift.com
Sun, 14 Dec 2014 00:01:40 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/GameController.h
→
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);