]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/mainwin.h
Added region specific test pattern for correctness' sake. ;-)
[virtualjaguar] / src / gui / mainwin.h
index 06ca4054e86a75e3c512a66afa92b704691ee68c..a87289d47ace2bd0e8873259f635634aefff4a46 100644 (file)
@@ -100,6 +100,7 @@ class MainWin: public QMainWindow
                bool loadAndGo;
                bool keyHeld[8];
                bool fullScreen;
+               bool scannedSoftwareFolder;
        public:
                bool plzDontKillMyComputer;
                uint32_t oldTimestamp;
@@ -144,6 +145,7 @@ class MainWin: public QMainWindow
                QIcon powerGreen;
                QIcon powerRed;
                uint32_t testPattern[VIRTUAL_SCREEN_WIDTH * VIRTUAL_SCREEN_HEIGHT_PAL];
+               uint32_t testPattern2[VIRTUAL_SCREEN_WIDTH * VIRTUAL_SCREEN_HEIGHT_PAL];
 };
 
 #endif // __MAINWIN_H__