fix some pause bugs

This commit is contained in:
Arisotura
2020-07-31 20:45:30 +02:00
parent a89741c628
commit d21cd20290
2 changed files with 12 additions and 0 deletions

View File

@ -74,6 +74,7 @@ private:
volatile int EmuStatus;
int PrevEmuStatus;
int EmuRunning;
int EmuPause;
QOffscreenSurface* oglSurface;
QOpenGLContext* oglContext;