]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.h
Various fixes for GPU/DSP DIV instruction, fixes for joypad handling.
[virtualjaguar] / src / gui / controllertab.h
index 9b4c5259e9cee51de69650f5defc9688488474a2..998d193333ac79341500bee89c99231ba669e928 100644 (file)
@@ -13,18 +13,20 @@ class ControllerTab: public QWidget
        public:
                ControllerTab(QWidget * parent = 0);
                ~ControllerTab();
-//             QSize sizeHint(void) const;
 
        protected slots:
                void DefineAllKeys(void);
+               void ChangeProfile(int);
 
        private:
                QLabel * label;
-               QComboBox * profile;
+               QComboBox * controllerList;
+               QComboBox * profileList;
                QPushButton * redefineAll;
 
        public:
                ControllerWidget * controllerWidget;
+               int profile;
 };
 
 #endif // __CONTROLLERTAB_H__