From 18550b165b24e8670cd3a72178c7161e06f9841e Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 10 Jul 2022 20:14:50 -0500 Subject: core: hid: Add fallback for dualjoycon and pro controllers --- src/core/hid/emulated_controller.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hid/emulated_controller.h') 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}; -- cgit v1.2.3