aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoralexis-puska2016-07-02 13:57:35 +0200
committeralexis-puska2016-07-02 13:57:35 +0200
commit52c9fcc88f6a908c359afbf12f821602c25df123 (patch)
tree2f469743fe47ef704dc5d9f9020a69e1dd535b00 /include
parentf40e483e356bb10c6094c3a4edadd636c3ca9f13 (diff)
downloadpcsx_rearmed-52c9fcc88f6a908c359afbf12f821602c25df123.tar.gz
pcsx_rearmed-52c9fcc88f6a908c359afbf12f821602c25df123.tar.bz2
pcsx_rearmed-52c9fcc88f6a908c359afbf12f821602c25df123.zip
Add dual shop request/response
Add dualshock request/response to declare Analog pad correctly and retrieved the vibration information.
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 09e950a..5c2fefe 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -213,7 +213,9 @@ typedef struct
unsigned char Vib[2];
unsigned char VibF[2];
-
+
+ //configuration mode Request 0x43
+ boolean configMode;
unsigned char reserved[87];
} PadDataS;