]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllertab.h
Fix for RISC SUBC opcode, more tweaks to controller config.
[virtualjaguar] / src / gui / controllertab.h
index d0749d2d70f63af547398a27644a3e10f98f48d1..c72507d3ab1da1ced7a288fd5b421c74edce6011 100644 (file)
@@ -19,7 +19,7 @@ class ControllerTab: public QWidget
        protected slots:
                void DefineAllKeys(void);
                void UpdateProfileKeys(int, uint32_t);
-               void UpdateProfileConnections(void);
+               void UpdateProfileConnections(int);
                void ChangeDevice(int);
                void ChangeMapName(int);
                void AddMapName(void);
@@ -31,6 +31,7 @@ class ControllerTab: public QWidget
                QLabel * label3;
                QComboBox * deviceList;
                QComboBox * mapNameList;
+               QComboBox * mapToList;
                QCheckBox * controller1;
                QCheckBox * controller2;
                QPushButton * addMapName;