aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-07-10 20:14:50 -0500
committergerman77 <juangerman-13@hotmail.com>2022-07-10 20:27:40 -0500
commit18550b165b24e8670cd3a72178c7161e06f9841e (patch)
tree166f76680bea8465fae8ece61dbbc3d51329bf4c /src/core/hid/emulated_controller.h
parent6c72b7f01109300f98a7ba6465285657f330df4c (diff)
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:
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};