summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_poller.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-02-07 01:46:54 +0100
committergerman77 <juangerman-13@hotmail.com>2022-02-07 02:56:03 +0100
commit6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6 (patch)
tree22aba4c6a3a031eb66cae703ac8b640f1afef148 /src/input_common/input_poller.cpp
parentMerge pull request #7847 from tech-ticks/master (diff)
downloadyuzu-6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6.tar
yuzu-6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6.tar.gz
yuzu-6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6.tar.bz2
yuzu-6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6.tar.lz
yuzu-6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6.tar.xz
yuzu-6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6.tar.zst
yuzu-6a4ab3e0d25dcc5b37cc146f99cf167dc4e8a6b6.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/input_poller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_poller.cpp b/src/input_common/input_poller.cpp
index 2f3c0735a..7f3c08597 100644
--- a/src/input_common/input_poller.cpp
+++ b/src/input_common/input_poller.cpp
@@ -181,7 +181,7 @@ public:
.raw_value = input_engine->GetAxis(identifier, axis_y),
.properties = properties_y,
};
- // This is a workaround too keep compatibility with old yuzu versions. Vertical axis is
+ // This is a workaround to keep compatibility with old yuzu versions. Vertical axis is
// inverted on SDL compared to Nintendo
if (invert_axis_y) {
status.y.raw_value = -status.y.raw_value;