diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_common/settings.h b/src/input_common/settings.h index f52d28540..2763ed991 100644 --- a/src/input_common/settings.h +++ b/src/input_common/settings.h | |||
| @@ -332,6 +332,9 @@ struct PlayerInput { | |||
| 332 | AnalogsRaw analogs; | 332 | AnalogsRaw analogs; |
| 333 | MotionRaw motions; | 333 | MotionRaw motions; |
| 334 | 334 | ||
| 335 | bool vibration_enabled; | ||
| 336 | int vibration_strength; | ||
| 337 | |||
| 335 | u32 body_color_left; | 338 | u32 body_color_left; |
| 336 | u32 body_color_right; | 339 | u32 body_color_right; |
| 337 | u32 button_color_left; | 340 | u32 button_color_left; |