aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSindenLightgun2019-09-15 00:03:36 +0100
committerGitHub2019-09-15 00:03:36 +0100
commit6190810ae9af3fd5f5030b4ffc05e861aa1f0769 (patch)
tree3039db30f9c016acdbd397ed205060a85022f380 /include
parent000655e4ea857d01a774d58689d95e6ddc67f0f8 (diff)
downloadpcsx_rearmed-6190810ae9af3fd5f5030b4ffc05e861aa1f0769.tar.gz
pcsx_rearmed-6190810ae9af3fd5f5030b4ffc05e861aa1f0769.tar.bz2
pcsx_rearmed-6190810ae9af3fd5f5030b4ffc05e861aa1f0769.zip
Update psemu_plugin_defs.h
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h3
1 files changed, 3 insertions, 0 deletions
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;