X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fpsemu_plugin_defs.h;h=fafd8c43360caa4e7ba90f1ffeb80d3d6867ea7b;hb=b1fa817721fc53af709d68258bcbc976559fa17f;hp=3926ccd16388dc20719e9d789055eede07b5449b;hpb=da710571b75db7031b82924ab3ad47eb645ce215;p=pcsx_rearmed.git diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index 3926ccd1..fafd8c43 100644 --- a/include/psemu_plugin_defs.h +++ b/include/psemu_plugin_defs.h @@ -191,9 +191,15 @@ typedef struct typedef struct { - // controler type - fill it withe predefined values above + // 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; + // status of buttons - every controller fills this field unsigned short buttonStatus; @@ -205,7 +211,12 @@ typedef struct // values are in range -128 - 127 unsigned char moveX, moveY; - unsigned char reserved[91]; + unsigned char Vib[2]; + unsigned char VibF[2]; + + //configuration mode Request 0x43 + int configMode; + unsigned char reserved[87]; } PadDataS;