Update psemu_plugin_defs.h
[pcsx_rearmed.git] / include / psemu_plugin_defs.h
index 6fc59b7..ce577b4 100644 (file)
@@ -219,6 +219,9 @@ typedef struct
        //configuration mode Request 0x43
        int configMode;
        unsigned char reserved[87];
+       
+       //Lightgun values
+       int absoluteX,absoluteY;
 
 } PadDataS;