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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/input_common/helpers/joycon_driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/helpers/joycon_driver.cpp b/src/input_common/helpers/joycon_driver.cpp index e65b6b845..78cc5893c 100644 --- a/src/input_common/helpers/joycon_driver.cpp +++ b/src/input_common/helpers/joycon_driver.cpp | |||
| @@ -410,7 +410,7 @@ DriverResult JoyconDriver::SetIrsConfig(IrsMode mode_, IrsResolution format_) { | |||
| 410 | return result; | 410 | return result; |
| 411 | } | 411 | } |
| 412 | 412 | ||
| 413 | DriverResult JoyconDriver::SetPasiveMode() { | 413 | DriverResult JoyconDriver::SetPassiveMode() { |
| 414 | std::scoped_lock lock{mutex}; | 414 | std::scoped_lock lock{mutex}; |
| 415 | motion_enabled = false; | 415 | motion_enabled = false; |
| 416 | hidbus_enabled = false; | 416 | hidbus_enabled = false; |