diff options
| author | 2023-03-07 20:15:46 -0600 | |
|---|---|---|
| committer | 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.gz yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.xz yuzu-757aafa582af0f1647770988063ba718565d4ef9.zip | |
input_common: Minor typo issues (#9922)
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 { | |||
| 46 | // Constant polling of buttons, analogs and motion data | 46 | // Constant polling of buttons, analogs and motion data |
| 47 | Active, | 47 | Active, |
| 48 | // Only update on button change, digital analogs | 48 | // Only update on button change, digital analogs |
| 49 | Pasive, | 49 | Passive, |
| 50 | // Enable near field communication polling | 50 | // Enable near field communication polling |
| 51 | NFC, | 51 | NFC, |
| 52 | // Enable infrared camera polling | 52 | // Enable infrared camera polling |