MERGEZORZ II

This commit is contained in:
Arisotura
2024-05-20 01:07:35 +02:00
parent d75c46c9f3
commit d634c450bb
4 changed files with 96 additions and 53 deletions

View File

@ -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;