]> 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 011eec2b00785b27fc876a29bb074aba81bcca48..998d193333ac79341500bee89c99231ba669e928 100644 (file)
@@ -16,12 +16,17 @@ class ControllerTab: public QWidget
 
        protected slots:
                void DefineAllKeys(void);
+               void ChangeProfile(int);
 
        private:
+               QLabel * label;
+               QComboBox * controllerList;
+               QComboBox * profileList;
                QPushButton * redefineAll;
 
        public:
                ControllerWidget * controllerWidget;
+               int profile;
 };
 
 #endif // __CONTROLLERTAB_H__