diff options
| author | 2022-08-26 16:23:41 -0700 | |
|---|---|---|
| committer | 2022-08-26 16:23:41 -0700 | |
| commit | d1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1 (patch) | |
| tree | 0f881afc2d00ea1b4ae2e054c52780d3f596c7c1 /src/core/hid/emulated_controller.h | |
| parent | Merge pull request #8485 from nezd5553/master (diff) | |
| parent | core: hid: Add fallback for dualjoycon and pro controllers (diff) | |
| download | yuzu-d1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1.tar.gz yuzu-d1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1.tar.xz yuzu-d1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1.zip | |
Merge pull request #8566 from german77/galaxy
core: hid: Add fallback for dualjoycon and pro controllers
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index cbd7c26d3..c3aa8f9d3 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h | |||
| @@ -440,6 +440,7 @@ private: | |||
| 440 | 440 | ||
| 441 | const NpadIdType npad_id_type; | 441 | const NpadIdType npad_id_type; |
| 442 | NpadStyleIndex npad_type{NpadStyleIndex::None}; | 442 | NpadStyleIndex npad_type{NpadStyleIndex::None}; |
| 443 | NpadStyleIndex original_npad_type{NpadStyleIndex::None}; | ||
| 443 | NpadStyleTag supported_style_tag{NpadStyleSet::All}; | 444 | NpadStyleTag supported_style_tag{NpadStyleSet::All}; |
| 444 | bool is_connected{false}; | 445 | bool is_connected{false}; |
| 445 | bool is_configuring{false}; | 446 | bool is_configuring{false}; |