summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-07-11 03:14:50 +0200
committergerman77 <juangerman-13@hotmail.com>2022-07-11 03:27:40 +0200
commit18550b165b24e8670cd3a72178c7161e06f9841e (patch)
tree166f76680bea8465fae8ece61dbbc3d51329bf4c /src/core/hid/emulated_controller.h
parentMerge pull request #8528 from Morph1984/astc10x6 (diff)
downloadyuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar.gz
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar.bz2
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar.lz
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar.xz
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.tar.zst
yuzu-18550b165b24e8670cd3a72178c7161e06f9841e.zip
Diffstat (limited to '')
-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};