X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fpsemu_plugin_defs.h;h=d005d080c7df7004a7a2c2be3b0dadaad130e6a1;hb=06c11e4a2d5b058897c39c49bd29e2612c7ed511;hp=2d688f207ded1041fbef9bcf3a43405761cfbab9;hpb=2db412ade2b09ca04da81d91b75bbf6475dbde5a;p=pcsx_rearmed.git diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index 2d688f20..d005d080 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,12 @@ 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 cmd4dConfig[6]; + unsigned char reserved[46]; //Lightgun values int absoluteX,absoluteY;