diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-10-17 15:38:12 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-11-16 05:33:20 +0100 |
commit | 38110dd485e329fa39e2e4c02b91a89dfebcbc88 (patch) | |
tree | 096a87673779267eaf711e4ae77ba7a995845327 /src/input_common | |
parent | settings: Remove global vibration strength modifier (diff) | |
download | yuzu-38110dd485e329fa39e2e4c02b91a89dfebcbc88.tar yuzu-38110dd485e329fa39e2e4c02b91a89dfebcbc88.tar.gz yuzu-38110dd485e329fa39e2e4c02b91a89dfebcbc88.tar.bz2 yuzu-38110dd485e329fa39e2e4c02b91a89dfebcbc88.tar.lz yuzu-38110dd485e329fa39e2e4c02b91a89dfebcbc88.tar.xz yuzu-38110dd485e329fa39e2e4c02b91a89dfebcbc88.tar.zst yuzu-38110dd485e329fa39e2e4c02b91a89dfebcbc88.zip |
Diffstat (limited to 'src/input_common')
-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 { AnalogsRaw analogs; MotionRaw motions; + bool vibration_enabled; + int vibration_strength; + u32 body_color_left; u32 body_color_right; u32 button_color_left; |