diff options
| author | 2022-05-23 11:33:34 -0500 | |
|---|---|---|
| committer | 2022-05-23 12:25:02 -0500 | |
| commit | bf948b57903a55b562287347129ec718154b5f82 (patch) | |
| tree | 452677f5ec79e8dcef0a9c6f12c8fb928b5bfa0c /src/common/input.h | |
| parent | Merge pull request #8342 from lat9nq/clang-latest-stdc++ (diff) | |
| download | yuzu-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.h | 1 |
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 { | |||
| 72 | enum class VibrationAmplificationType { | 72 | enum 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 |