plugins: try to untangle the CALLBACK mess
[pcsx_rearmed.git] / include / psemu_plugin_defs.h
index 6fc59b7..b855eac 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
 
@@ -219,6 +223,9 @@ typedef struct
        //configuration mode Request 0x43
        int configMode;
        unsigned char reserved[87];
+       
+       //Lightgun values 
+       int absoluteX,absoluteY;
 
 } PadDataS;