Qt: Turn on video sync by default
Jeffrey Pfau jeffrey@endrift.com
Sun, 09 Nov 2014 22:51:05 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/GameController.h
→
src/platform/qt/GameController.h
@@ -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);