summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
diff options
context:
space:
mode:
authorGravatar Ameer2020-07-02 16:51:16 -0400
committerGravatar Ameer2020-07-02 16:51:16 -0400
commit6e1639c7b004d13aba77549131ecee793fcc4065 (patch)
tree986eb64d29751cad2463e3e03f801e42b2089e05 /src/input_common/sdl/sdl_impl.cpp
parentAdd LR triggers as axes, half press to initiate a press, add GC axis id in co... (diff)
downloadyuzu-6e1639c7b004d13aba77549131ecee793fcc4065.tar.gz
yuzu-6e1639c7b004d13aba77549131ecee793fcc4065.tar.xz
yuzu-6e1639c7b004d13aba77549131ecee793fcc4065.zip
Fix unnecessary diffs
Diffstat (limited to '')
-rw-r--r--src/input_common/sdl/sdl_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl_impl.cpp b/src/input_common/sdl/sdl_impl.cpp
index 6b264f2a6..675b477fa 100644
--- a/src/input_common/sdl/sdl_impl.cpp
+++ b/src/input_common/sdl/sdl_impl.cpp
@@ -444,7 +444,6 @@ private:
444class SDLAnalogFactory final : public Input::Factory<Input::AnalogDevice> { 444class SDLAnalogFactory final : public Input::Factory<Input::AnalogDevice> {
445public: 445public:
446 explicit SDLAnalogFactory(SDLState& state_) : state(state_) {} 446 explicit SDLAnalogFactory(SDLState& state_) : state(state_) {}
447
448 /** 447 /**
449 * Creates analog device from joystick axes 448 * Creates analog device from joystick axes
450 * @param params contains parameters for creating the device: 449 * @param params contains parameters for creating the device: