summaryrefslogtreecommitdiff
path: root/src/input_common/main.h
diff options
context:
space:
mode:
authorGravatar bunnei2019-03-13 11:46:57 -0400
committerGravatar GitHub2019-03-13 11:46:57 -0400
commit0a923b4ab3838e3560bcebf31e5bf6578a24dbcb (patch)
tree35c472ea24733da9e12dc4aaa83db5b7ba7bc28a /src/input_common/main.h
parentMerge pull request #2166 from lioncash/vi-init-service (diff)
parentfixup! Joystick: Allow for background events; Add deadzone to SDLAnalog (diff)
downloadyuzu-0a923b4ab3838e3560bcebf31e5bf6578a24dbcb.tar.gz
yuzu-0a923b4ab3838e3560bcebf31e5bf6578a24dbcb.tar.xz
yuzu-0a923b4ab3838e3560bcebf31e5bf6578a24dbcb.zip
Merge pull request #2187 from FearlessTobi/port-sdl-things
Port various Citra changes to input_common, including deadzone support
Diffstat (limited to 'src/input_common/main.h')
-rw-r--r--src/input_common/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h
index 9eb13106e..77a0ce90b 100644
--- a/src/input_common/main.h
+++ b/src/input_common/main.h
@@ -20,8 +20,6 @@ void Init();
20/// Deregisters all built-in input device factories and shuts them down. 20/// Deregisters all built-in input device factories and shuts them down.
21void Shutdown(); 21void Shutdown();
22 22
23void StartJoystickEventHandler();
24
25class Keyboard; 23class Keyboard;
26 24
27/// Gets the keyboard button device factory. 25/// Gets the keyboard button device factory.