X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fpsemu_plugin_defs.h;h=fafd8c43360caa4e7ba90f1ffeb80d3d6867ea7b;hb=2ca181a92610030e29f146c876c55fd5a5f46ba9;hp=034f21b4e03b7eaf7348827d7b25acf532e5f75c;hpb=05311a18fb23799776f9552614ef4c5fb5d852fa;p=pcsx_rearmed.git diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index 034f21b4..fafd8c43 100644 --- a/include/psemu_plugin_defs.h +++ b/include/psemu_plugin_defs.h @@ -198,6 +198,7 @@ typedef struct //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; @@ -212,7 +213,9 @@ typedef struct unsigned char Vib[2]; unsigned char VibF[2]; - + + //configuration mode Request 0x43 + int configMode; unsigned char reserved[87]; } PadDataS;