Update psemu_plugin_defs.h
authorSindenLightgun <47393540+SindenLightgun@users.noreply.github.com>
Sat, 14 Sep 2019 23:03:36 +0000 (00:03 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2019 23:03:36 +0000 (00:03 +0100)
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;