X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fmainwin.h;h=a87289d47ace2bd0e8873259f635634aefff4a46;hb=314c595304e7b95963356d09c7a622d5469dc6f2;hp=06ca4054e86a75e3c512a66afa92b704691ee68c;hpb=69effddb777c2009d32f70e3315d5570973446ef;p=virtualjaguar diff --git a/src/gui/mainwin.h b/src/gui/mainwin.h index 06ca405..a87289d 100644 --- a/src/gui/mainwin.h +++ b/src/gui/mainwin.h @@ -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__