diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-05-23 18:33:34 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2022-05-23 19:25:02 +0200 |
commit | bf948b57903a55b562287347129ec718154b5f82 (patch) | |
tree | 452677f5ec79e8dcef0a9c6f12c8fb928b5bfa0c /src/common | |
parent | Merge pull request #8342 from lat9nq/clang-latest-stdc++ (diff) | |
download | yuzu-bf948b57903a55b562287347129ec718154b5f82.tar yuzu-bf948b57903a55b562287347129ec718154b5f82.tar.gz yuzu-bf948b57903a55b562287347129ec718154b5f82.tar.bz2 yuzu-bf948b57903a55b562287347129ec718154b5f82.tar.lz yuzu-bf948b57903a55b562287347129ec718154b5f82.tar.xz yuzu-bf948b57903a55b562287347129ec718154b5f82.tar.zst yuzu-bf948b57903a55b562287347129ec718154b5f82.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 |