mirror of
https://github.com/libretro/mgba.git
synced 2025-02-22 16:51:25 +00:00
Qt: Disable sync to video by default
This commit is contained in:
parent
a10a84aa89
commit
9b74e27d7a
@ -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…
x
Reference in New Issue
Block a user