summaryrefslogtreecommitdiffstats
path: root/src/input_common/sdl/sdl_impl.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-26 01:03:57 +0200
committergerman77 <juangerman-13@hotmail.com>2021-05-15 15:56:58 +0200
commitf20f4587e65160a193f336c98cfcb03af3aef256 (patch)
tree14d75f5a675c243277b8948262dc5e4f934e91c0 /src/input_common/sdl/sdl_impl.h
parentMerge pull request #6300 from Morph1984/mbedtls (diff)
downloadyuzu-f20f4587e65160a193f336c98cfcb03af3aef256.tar
yuzu-f20f4587e65160a193f336c98cfcb03af3aef256.tar.gz
yuzu-f20f4587e65160a193f336c98cfcb03af3aef256.tar.bz2
yuzu-f20f4587e65160a193f336c98cfcb03af3aef256.tar.lz
yuzu-f20f4587e65160a193f336c98cfcb03af3aef256.tar.xz
yuzu-f20f4587e65160a193f336c98cfcb03af3aef256.tar.zst
yuzu-f20f4587e65160a193f336c98cfcb03af3aef256.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/sdl/sdl_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/sdl/sdl_impl.h b/src/input_common/sdl/sdl_impl.h
index 8b7363f56..121e01913 100644
--- a/src/input_common/sdl/sdl_impl.h
+++ b/src/input_common/sdl/sdl_impl.h
@@ -57,6 +57,7 @@ public:
ButtonMapping GetButtonMappingForDevice(const Common::ParamPackage& params) override;
AnalogMapping GetAnalogMappingForDevice(const Common::ParamPackage& params) override;
+ MotionMapping GetMotionMappingForDevice(const Common::ParamPackage& params) override;
private:
void InitJoystick(int joystick_index);