diff options
| author | 2023-03-07 20:15:46 -0600 | |
|---|---|---|
| committer | 2023-03-08 03:15:46 +0100 | |
| commit | 757aafa582af0f1647770988063ba718565d4ef9 (patch) | |
| tree | 71a9891ec041a348f2a987540e83c14e296c1622 /src/input_common/helpers/joycon_driver.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/input_common/helpers/joycon_driver.h')
| -rw-r--r-- | src/input_common/helpers/joycon_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/helpers/joycon_driver.h b/src/input_common/helpers/joycon_driver.h index c1e189fa5..b52a13ecf 100644 --- a/src/input_common/helpers/joycon_driver.h +++ b/src/input_common/helpers/joycon_driver.h | |||
| @@ -44,7 +44,7 @@ public: | |||
| 44 | DriverResult SetVibration(const VibrationValue& vibration); | 44 | DriverResult SetVibration(const VibrationValue& vibration); |
| 45 | DriverResult SetLedConfig(u8 led_pattern); | 45 | DriverResult SetLedConfig(u8 led_pattern); |
| 46 | DriverResult SetIrsConfig(IrsMode mode_, IrsResolution format_); | 46 | DriverResult SetIrsConfig(IrsMode mode_, IrsResolution format_); |
| 47 | DriverResult SetPasiveMode(); | 47 | DriverResult SetPassiveMode(); |
| 48 | DriverResult SetActiveMode(); | 48 | DriverResult SetActiveMode(); |
| 49 | DriverResult SetIrMode(); | 49 | DriverResult SetIrMode(); |
| 50 | DriverResult SetNfcMode(); | 50 | DriverResult SetNfcMode(); |