From: SindenLightgun <47393540+SindenLightgun@users.noreply.github.com> Date: Sat, 14 Sep 2019 23:06:20 +0000 (+0100) Subject: Adding Guncon support for mouse based lightguns X-Git-Tag: r24l~691^2~1 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1fcf5ee6b340b4945242c7ee2933e764edc90ad;p=pcsx_rearmed.git Adding Guncon support for mouse based lightguns --- diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index ce577b4f..545cfcab 100644 --- a/include/psemu_plugin_defs.h +++ b/include/psemu_plugin_defs.h @@ -220,7 +220,7 @@ typedef struct int configMode; unsigned char reserved[87]; - //Lightgun values + //Lightgun values int absoluteX,absoluteY; } PadDataS;