mirror of https://github.com/mgba-emu/mgba.git
Qt: Disable sync to video by default
This commit is contained in:
parent
9ae2d7ad3e
commit
90e66d0cd6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue