summaryrefslogtreecommitdiffstats
path: root/src/common/input.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-03-08 03:15:46 +0100
committerGitHub <noreply@github.com>2023-03-08 03:15:46 +0100
commit757aafa582af0f1647770988063ba718565d4ef9 (patch)
tree71a9891ec041a348f2a987540e83c14e296c1622 /src/common/input.h
parentMerge pull request #9889 from Morph1984/time-is-ticking (diff)
downloadyuzu-757aafa582af0f1647770988063ba718565d4ef9.tar
yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.gz
yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.bz2
yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.lz
yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.xz
yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.zst
yuzu-757aafa582af0f1647770988063ba718565d4ef9.zip
Diffstat (limited to '')
-rw-r--r--src/common/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/input.h b/src/common/input.h
index b5748a6c8..98e934685 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -46,7 +46,7 @@ enum class PollingMode {
// Constant polling of buttons, analogs and motion data
Active,
// Only update on button change, digital analogs
- Pasive,
+ Passive,
// Enable near field communication polling
NFC,
// Enable infrared camera polling