summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorGravatar bunnei2022-08-26 16:23:41 -0700
committerGravatar GitHub2022-08-26 16:23:41 -0700
commitd1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1 (patch)
tree0f881afc2d00ea1b4ae2e054c52780d3f596c7c1 /src/core/hid/emulated_controller.h
parentMerge pull request #8485 from nezd5553/master (diff)
parentcore: hid: Add fallback for dualjoycon and pro controllers (diff)
downloadyuzu-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.h1
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};