mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
MERGEZORZ II
This commit is contained in:
@ -93,6 +93,9 @@ signals:
|
||||
void syncVolumeLevel();
|
||||
|
||||
private:
|
||||
void updateRenderer();
|
||||
void compileShaders();
|
||||
|
||||
enum EmuStatusKind
|
||||
{
|
||||
emuStatus_Exit,
|
||||
@ -125,6 +128,10 @@ private:
|
||||
|
||||
int autoScreenSizing;
|
||||
|
||||
int lastVideoRenderer = -1;
|
||||
|
||||
double perfCountsSec;
|
||||
|
||||
bool useOpenGL;
|
||||
int videoRenderer;
|
||||
bool videoSettingsDirty;
|
||||
|
Reference in New Issue
Block a user