remember which windows are opened

This commit is contained in:
Arisotura
2024-10-27 18:49:17 +01:00
parent e42829ea81
commit 12b207d915
5 changed files with 48 additions and 9 deletions

View File

@ -114,6 +114,8 @@ public:
bool winHasMenu() { return hasMenu; }
void saveEnabled(bool enabled);
void toggleFullscreen();
bool hasOpenGL() { return hasOGL; }
@ -260,6 +262,7 @@ private:
bool pausedManually;
int windowID;
bool enabledSaved;
EmuInstance* emuInstance;
EmuThread* emuThread;