diff options
| author | bunnei <bunneidev@gmail.com> | 2022-08-26 16:23:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-26 16:23:41 -0700 |
| commit | d1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1 (patch) | |
| tree | 0f881afc2d00ea1b4ae2e054c52780d3f596c7c1 /src/core/hid/emulated_controller.h | |
| parent | 4b96f9864e05a3486224a6359654dfeed1c52729 (diff) | |
| parent | 18550b165b24e8670cd3a72178c7161e06f9841e (diff) | |
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: const NpadIdType npad_id_type; NpadStyleIndex npad_type{NpadStyleIndex::None}; + NpadStyleIndex original_npad_type{NpadStyleIndex::None}; NpadStyleTag supported_style_tag{NpadStyleSet::All}; bool is_connected{false}; bool is_configuring{false}; |
