aboutsummaryrefslogtreecommitdiff
path: root/include/psemu_plugin_defs.h
diff options
context:
space:
mode:
authorTwinaphex2019-10-24 20:11:31 +0200
committerGitHub2019-10-24 20:11:31 +0200
commit4b353f8adc434d4168df88bca58e793becaa891b (patch)
tree4cab4856b036a0c90605cb45f67a4dd313e38d69 /include/psemu_plugin_defs.h
parent1990449de5befed3c0ee614ff4b6273cfe303a8e (diff)
parent03fc8e9043246716a36a152750c9c69cce301d73 (diff)
downloadpcsx_rearmed-4b353f8adc434d4168df88bca58e793becaa891b.tar.gz
pcsx_rearmed-4b353f8adc434d4168df88bca58e793becaa891b.tar.bz2
pcsx_rearmed-4b353f8adc434d4168df88bca58e793becaa891b.zip
Merge pull request #351 from SindenLightgun/master
Basic Guncon support
Diffstat (limited to 'include/psemu_plugin_defs.h')
-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..545cfca 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;