summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorGravatar Narr the Reg2022-05-23 11:33:34 -0500
committerGravatar Narr the Reg2022-05-23 12:25:02 -0500
commitbf948b57903a55b562287347129ec718154b5f82 (patch)
tree452677f5ec79e8dcef0a9c6f12c8fb928b5bfa0c /src/common/input.h
parentMerge pull request #8342 from lat9nq/clang-latest-stdc++ (diff)
downloadyuzu-bf948b57903a55b562287347129ec718154b5f82.tar.gz
yuzu-bf948b57903a55b562287347129ec718154b5f82.tar.xz
yuzu-bf948b57903a55b562287347129ec718154b5f82.zip
input_common: Make vibration request async
Diffstat (limited to 'src/common/input.h')
-rw-r--r--src/common/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h
index 54fcb24b0..bb42aaacc 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -72,6 +72,7 @@ enum class PollingError {
72enum class VibrationAmplificationType { 72enum class VibrationAmplificationType {
73 Linear, 73 Linear,
74 Exponential, 74 Exponential,
75 Test,
75}; 76};
76 77
77// Analog properties for calibration 78// Analog properties for calibration