From 6190810ae9af3fd5f5030b4ffc05e861aa1f0769 Mon Sep 17 00:00:00 2001 From: SindenLightgun Date: Sun, 15 Sep 2019 00:03:36 +0100 Subject: Update psemu_plugin_defs.h --- include/psemu_plugin_defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index 6fc59b7..ce577b4 100644 --- a/include/psemu_plugin_defs.h +++ b/include/psemu_plugin_defs.h @@ -219,6 +219,9 @@ typedef struct //configuration mode Request 0x43 int configMode; unsigned char reserved[87]; + + //Lightgun values + int absoluteX,absoluteY; } PadDataS; -- cgit v1.2.3