populate the dialog.

also add setting for vsync interval.
This commit is contained in:
Arisotura
2020-05-28 13:21:25 +02:00
parent 695839bb0e
commit 5005a7c3f0
4 changed files with 30 additions and 3 deletions

View File

@ -61,6 +61,13 @@ private:
Ui::VideoSettingsDialog* ui;
QButtonGroup* grp3DRenderer;
int oldRenderer;
int oldGLDisplay;
int oldVSync;
int oldVSyncInterval;
int oldSoftThreaded;
int oldGLScale;
};
#endif // VIDEOSETTINGSDIALOG_H