]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.h
Fixed OP regression in Rayman, probably others.
[virtualjaguar] / src / gui / controllertab.h
index 0ec18448ae1f06f3727928e9f939ebb3751eec27..64e291a9998ea23e4978021ef02b6361f536ce84 100644 (file)
@@ -14,8 +14,11 @@ class ControllerTab: public QWidget
        protected slots:
                void DefineAllKeys(void);
 
-       public:
+       private:
                QPushButton * redefineAll;
+
+       public:
+               int p1Keys[21];
 };
 
 #endif // __CONTROLLERTAB_H__