summaryrefslogtreecommitdiffstats
path: root/src/common/settings_input.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-18 04:22:06 +0100
committerGitHub <noreply@github.com>2024-02-18 04:22:06 +0100
commite7146309dec4fab504977186571228571efed009 (patch)
treeb1302cb237f91c5f0ccb9863a0b0a2fb427a3c14 /src/common/settings_input.h
parentMerge pull request #13017 from liamwhite/suspension (diff)
parentandroid: Input mapping (diff)
downloadyuzu-e7146309dec4fab504977186571228571efed009.tar
yuzu-e7146309dec4fab504977186571228571efed009.tar.gz
yuzu-e7146309dec4fab504977186571228571efed009.tar.bz2
yuzu-e7146309dec4fab504977186571228571efed009.tar.lz
yuzu-e7146309dec4fab504977186571228571efed009.tar.xz
yuzu-e7146309dec4fab504977186571228571efed009.tar.zst
yuzu-e7146309dec4fab504977186571228571efed009.zip
Diffstat (limited to '')
-rw-r--r--src/common/settings_input.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/settings_input.h b/src/common/settings_input.h
index 53a95ef8f..a99bb0892 100644
--- a/src/common/settings_input.h
+++ b/src/common/settings_input.h
@@ -395,6 +395,10 @@ struct PlayerInput {
u32 button_color_left;
u32 button_color_right;
std::string profile_name;
+
+ // This is meant to tell the Android frontend whether to use a device's built-in vibration
+ // motor or a controller's vibrations.
+ bool use_system_vibrator;
};
struct TouchscreenInput {