From 6190810ae9af3fd5f5030b4ffc05e861aa1f0769 Mon Sep 17 00:00:00 2001 From: SindenLightgun <47393540+SindenLightgun@users.noreply.github.com> Date: Sun, 15 Sep 2019 00:03:36 +0100 Subject: [PATCH] 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 6fc59b7f..ce577b4f 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; -- 2.39.2