all repos — mgba @ 9b74e27d7ae51dd7d84cdecb3f311e17c291ffca

mGBA Game Boy Advance Emulator

Qt: Disable sync to video by default
Jeffrey Pfau jeffrey@endrift.com
Sun, 14 Dec 2014 00:01:40 -0800
commit

9b74e27d7ae51dd7d84cdecb3f311e17c291ffca

parent

a10a84aa89568caf0897c229b96eb41076f53059

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

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