diff options
| author | 2023-01-02 22:11:03 -0600 | |
|---|---|---|
| committer | 2023-01-19 18:05:22 -0600 | |
| commit | d05ea2f3ebdf62e328d2edbfc5b9bc01e3453569 (patch) | |
| tree | 5863733770eb47f15aa528438e47a1cab2e794b4 /src/input_common/helpers/joycon_driver.h | |
| parent | input_common: Implement joycon ir camera (diff) | |
| download | yuzu-d05ea2f3ebdf62e328d2edbfc5b9bc01e3453569.tar.gz yuzu-d05ea2f3ebdf62e328d2edbfc5b9bc01e3453569.tar.xz yuzu-d05ea2f3ebdf62e328d2edbfc5b9bc01e3453569.zip | |
input_common: Fix issue where ring and irs are enabled at the same time
Diffstat (limited to 'src/input_common/helpers/joycon_driver.h')
| -rw-r--r-- | src/input_common/helpers/joycon_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/helpers/joycon_driver.h b/src/input_common/helpers/joycon_driver.h index 61ecf4a6c..e8e65e133 100644 --- a/src/input_common/helpers/joycon_driver.h +++ b/src/input_common/helpers/joycon_driver.h | |||
| @@ -107,6 +107,7 @@ private: | |||
| 107 | bool starlink_connected{}; | 107 | bool starlink_connected{}; |
| 108 | bool ring_connected{}; | 108 | bool ring_connected{}; |
| 109 | bool amiibo_detected{}; | 109 | bool amiibo_detected{}; |
| 110 | bool is_ring_disabled_by_irs{}; | ||
| 110 | 111 | ||
| 111 | // Harware configuration | 112 | // Harware configuration |
| 112 | u8 leds{}; | 113 | u8 leds{}; |