X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fpsemu_plugin_defs.h;h=40a67605bf9334f16409b937df4d55d6c1e9734f;hb=f6eb0b1c75fd9103a1ad18aed5d00aa0c41fa24e;hp=2d688f207ded1041fbef9bcf3a43405761cfbab9;hpb=bd9ad3d8eb63cee4e69913f121548badf834dd9e;p=pcsx_rearmed.git diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index 2d688f20..40a67605 100644 --- a/include/psemu_plugin_defs.h +++ b/include/psemu_plugin_defs.h @@ -200,9 +200,6 @@ typedef struct // controller type - fill it withe predefined values above unsigned char controllerType; - //0 : no multitap between psx and pad - //1 : multitap between psx and pad on port 1 - //2 : multitap between psx and pad on port 2 int portMultitap; int requestPadIndex; @@ -223,8 +220,11 @@ typedef struct //configuration mode Request 0x43 int configMode; - unsigned char txData[32]; - unsigned char reserved[56]; + unsigned char txData[34]; + + unsigned char multitapLongModeEnabled; + unsigned char PadMode; // 0 : digital 1: analog + unsigned char reserved[52]; //Lightgun values int absoluteX,absoluteY;