diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-03-08 03:15:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 03:15:46 +0100 |
commit | 757aafa582af0f1647770988063ba718565d4ef9 (patch) | |
tree | 71a9891ec041a348f2a987540e83c14e296c1622 /src/common/input.h | |
parent | Merge pull request #9889 from Morph1984/time-is-ticking (diff) | |
download | yuzu-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 'src/common/input.h')
-rw-r--r-- | src/common/input.h | 2 |
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 |