mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
populate the dialog.
also add setting for vsync interval.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user