From e288923db915ae8e0facd2fe0be8ed866b4f2373 Mon Sep 17 00:00:00 2001 From: alexis-puska Date: Sat, 18 Jun 2016 14:01:50 +0200 Subject: suppress hack for crazy value on read port 2 pass pad index in pad datas structure. --- include/psemu_plugin_defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/psemu_plugin_defs.h') diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index 034f21b..09e950a 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; -- cgit v1.2.3