summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorGravatar german772022-07-10 20:14:50 -0500
committerGravatar german772022-07-10 20:27:40 -0500
commit18550b165b24e8670cd3a72178c7161e06f9841e (patch)
tree166f76680bea8465fae8ece61dbbc3d51329bf4c /src/core/hid/emulated_controller.h
parentMerge pull request #8528 from Morph1984/astc10x6 (diff)
downloadyuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar.gz
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar.xz
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.zip
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 3f02ed3c0..1469fb95a 100644
--- a/src/core/hid/emulated_controller.h
+++ b/src/core/hid/emulated_controller.h
@@ -401,6 +401,7 @@ private:
401 401
402 const NpadIdType npad_id_type; 402 const NpadIdType npad_id_type;
403 NpadStyleIndex npad_type{NpadStyleIndex::None}; 403 NpadStyleIndex npad_type{NpadStyleIndex::None};
404 NpadStyleIndex original_npad_type{NpadStyleIndex::None};
404 NpadStyleTag supported_style_tag{NpadStyleSet::All}; 405 NpadStyleTag supported_style_tag{NpadStyleSet::All};
405 bool is_connected{false}; 406 bool is_connected{false};
406 bool is_configuring{false}; 407 bool is_configuring{false};