Merge https://github.com/notaz/pcsx_rearmed
[pcsx_rearmed.git] / include / psemu_plugin_defs.h
index 5c2fefe..6fc59b7 100644 (file)
@@ -153,6 +153,8 @@ typedef struct
 
 
 
+// No controller
+#define PSE_PAD_TYPE_NONE                      0
 // MOUSE SCPH-1030
 #define PSE_PAD_TYPE_MOUSE                     1
 // NEGCON - 16 button analog controller SLPH-00001
@@ -215,7 +217,7 @@ typedef struct
        unsigned char VibF[2];
        
        //configuration mode Request 0x43
-       boolean configMode;
+       int configMode;
        unsigned char reserved[87];
 
 } PadDataS;