diff options
| author | 2022-05-28 00:55:53 -0700 | |
|---|---|---|
| committer | 2022-05-28 00:55:53 -0700 | |
| commit | d879741ec6e6396331965dc2683d3de0d8b3880f (patch) | |
| tree | 049fb06784cc394ca40e3981d6286b23eb8f386b /src/common | |
| parent | Merge pull request #8372 from german77/touch (diff) | |
| parent | input_common: Make vibration request async (diff) | |
| download | yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.tar.gz yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.tar.xz yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.zip | |
Merge pull request #8374 from german77/asnycvibrations
input_common: Make vibration request async
Diffstat (limited to 'src/common')
| -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 |