summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-01-02 04:25:30 +0100
committergerman77 <juangerman-13@hotmail.com>2022-01-02 05:01:13 +0100
commit7a13a515d9b10a789d20f9ec8e4e52b1112ed171 (patch)
tree9086e5f8d8a9d572003d349acb6caac913e4283a /src/core/hid/emulated_controller.h
parentMerge pull request #7654 from Morph1984/dynarmic (diff)
downloadyuzu-7a13a515d9b10a789d20f9ec8e4e52b1112ed171.tar
yuzu-7a13a515d9b10a789d20f9ec8e4e52b1112ed171.tar.gz
yuzu-7a13a515d9b10a789d20f9ec8e4e52b1112ed171.tar.bz2
yuzu-7a13a515d9b10a789d20f9ec8e4e52b1112ed171.tar.lz
yuzu-7a13a515d9b10a789d20f9ec8e4e52b1112ed171.tar.xz
yuzu-7a13a515d9b10a789d20f9ec8e4e52b1112ed171.tar.zst
yuzu-7a13a515d9b10a789d20f9ec8e4e52b1112ed171.zip
Diffstat (limited to '')
-rw-r--r--src/core/hid/emulated_controller.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h
index d887eca87..c0994ab4d 100644
--- a/src/core/hid/emulated_controller.h
+++ b/src/core/hid/emulated_controller.h
@@ -321,6 +321,12 @@ private:
void LoadTASParams();
/**
+ * @param use_temporary_value If true tmp_npad_type will be used
+ * @return true if the controller style is fullkey
+ */
+ bool IsControllerFullkey(bool use_temporary_value = false) const;
+
+ /**
* Checks the current controller type against the supported_style_tag
* @param use_temporary_value If true tmp_npad_type will be used
* @return true if the controller is supported