all repos — mgba @ ea66055c63fe0ffaeee010efaf82cd33964e24b1

mGBA Game Boy Advance Emulator

Qt: Turn on video sync by default
Jeffrey Pfau jeffrey@endrift.com
Sun, 09 Nov 2014 22:51:05 -0800
commit

ea66055c63fe0ffaeee010efaf82cd33964e24b1

parent

d83520c5a246b8096ceb02ce001f4ee7291bba9f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/GameController.hsrc/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);