plugins: try to untangle the CALLBACK mess
[pcsx_rearmed.git] / include / psemu_plugin_defs.h
index ce577b4..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
 
@@ -220,7 +224,7 @@ typedef struct
        int configMode;
        unsigned char reserved[87];
        
-       //Lightgun values
+       //Lightgun values 
        int absoluteX,absoluteY;
 
 } PadDataS;