some lightgun selection mechanism
[pcsx_rearmed.git] / include / psemu_plugin_defs.h
index ce577b4..8645eab 100644 (file)
@@ -5,6 +5,10 @@
 extern "C" {
 #endif
 
+// this can't be __stdcall like it was in PSEmu API as too many functions are mixed up
+#undef CALLBACK
+#define CALLBACK
+
 // header version
 #define _PPDK_HEADER_VERSION           3
 
@@ -218,9 +222,11 @@ typedef struct
        
        //configuration mode Request 0x43
        int configMode;
-       unsigned char reserved[87];
+
+       unsigned char txData[32];
+       unsigned char reserved[56];
        
-       //Lightgun values
+       //Lightgun values 
        int absoluteX,absoluteY;
 
 } PadDataS;