* add options for static linking

* make the vsync checkbox and shit work to some extent (they don't actually function tho)
This commit is contained in:
Arisotura
2020-05-29 21:03:46 +02:00
parent a38b20484d
commit 935f121025
4 changed files with 47 additions and 6 deletions

View File

@ -60,6 +60,9 @@ private slots:
void onChange3DRenderer(int renderer);
void on_cbGLDisplay_stateChanged(int state);
void on_cbVSync_stateChanged(int state);
void on_sbVSyncInterval_valueChanged(int val);
void on_cbxGLResolution_currentIndexChanged(int idx);
void on_cbSoftwareThreaded_stateChanged(int state);