diff options
author | SindenLightgun | 2019-09-15 00:03:36 +0100 |
---|---|---|
committer | GitHub | 2019-09-15 00:03:36 +0100 |
commit | 6190810ae9af3fd5f5030b4ffc05e861aa1f0769 (patch) | |
tree | 3039db30f9c016acdbd397ed205060a85022f380 | |
parent | 000655e4ea857d01a774d58689d95e6ddc67f0f8 (diff) | |
download | pcsx_rearmed-6190810ae9af3fd5f5030b4ffc05e861aa1f0769.tar.gz pcsx_rearmed-6190810ae9af3fd5f5030b4ffc05e861aa1f0769.tar.bz2 pcsx_rearmed-6190810ae9af3fd5f5030b4ffc05e861aa1f0769.zip |
Update psemu_plugin_defs.h
-rw-r--r-- | include/psemu_plugin_defs.h | 3 |
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; |