summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-05-09 15:47:29 +0200
committerGitHub <noreply@github.com>2023-05-09 15:47:29 +0200
commit5890b96ce5d17e3702805ebfc1601a45295c94d0 (patch)
treedb8ea76449236b9899e05b34f68000e4c603e64a /src/core/hid/emulated_controller.h
parentMerge pull request #10206 from FernandoS27/astc-3d (diff)
parentyuzu: Make 3d cube with joycon shape (diff)
downloadyuzu-5890b96ce5d17e3702805ebfc1601a45295c94d0.tar
yuzu-5890b96ce5d17e3702805ebfc1601a45295c94d0.tar.gz
yuzu-5890b96ce5d17e3702805ebfc1601a45295c94d0.tar.bz2
yuzu-5890b96ce5d17e3702805ebfc1601a45295c94d0.tar.lz
yuzu-5890b96ce5d17e3702805ebfc1601a45295c94d0.tar.xz
yuzu-5890b96ce5d17e3702805ebfc1601a45295c94d0.tar.zst
yuzu-5890b96ce5d17e3702805ebfc1601a45295c94d0.zip
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-rw-r--r--src/core/hid/emulated_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h
index fa4ad7fae..88fad2f56 100644
--- a/src/core/hid/emulated_controller.h
+++ b/src/core/hid/emulated_controller.h
@@ -290,6 +290,9 @@ public:
*/
void SetMotionParam(std::size_t index, Common::ParamPackage param);
+ /// Auto calibrates the current motion devices
+ void StartMotionCalibration();
+
/// Returns the latest button status from the controller with parameters
ButtonValues GetButtonsValues() const;