mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
* 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:
@ -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);
|
||||
|
Reference in New Issue
Block a user