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