diff options
author | bunnei <bunneidev@gmail.com> | 2022-05-28 09:55:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 09:55:53 +0200 |
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 yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.tar.gz yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.tar.bz2 yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.tar.lz yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.tar.xz yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.tar.zst yuzu-d879741ec6e6396331965dc2683d3de0d8b3880f.zip |
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 { enum class VibrationAmplificationType { Linear, Exponential, + Test, }; // Analog properties for calibration |