aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorksv19862014-11-29 17:15:37 +0300
committerksv19862014-11-29 17:28:57 +0300
commit8d24cb85c2a67040aff70716f317fd6d37777dd5 (patch)
tree11f25b84f46982367069df1f691e1171ba5f4de9 /include
parentde2a99184b5e478a39a2cb82872d8d5c4af0f3f6 (diff)
downloadpcsx_rearmed-8d24cb85c2a67040aff70716f317fd6d37777dd5.tar.gz
pcsx_rearmed-8d24cb85c2a67040aff70716f317fd6d37777dd5.tar.bz2
pcsx_rearmed-8d24cb85c2a67040aff70716f317fd6d37777dd5.zip
libretro: Add rumble support
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 3926ccd..0805f4a 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -205,7 +205,11 @@ typedef struct
// values are in range -128 - 127
unsigned char moveX, moveY;
- unsigned char reserved[91];
+ uint8_t Vib[2];
+
+ volatile uint8_t VibF[2];
+
+ unsigned char reserved[87];
} PadDataS;