summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-18input_common/sdl: Correct return values within implementations of GetPollers()Gravatar Lioncash1-1/+3
2019-03-18input_common/sdl: Use a type alias to shorten declaration of GetPollersGravatar Lioncash1-3/+2
2019-03-17input_common/sdl_impl: Make lambda capture more specific in SDLState constructorGravatar Lioncash1-1/+1
2019-03-17input_common/sdl_impl: Remove unnecessary std::chrono::duration constructionGravatar Lioncash1-1/+1
2019-03-17input_common/sdl_impl: Remove unused variable in SDLState constructorGravatar Lioncash1-1/+0
2019-03-02fixup! Joystick: Allow for background events; Add deadzone to SDLAnalogGravatar B3n301-6/+17
2019-03-02input/sdl: lock map mutex after SDL callGravatar Weiyi Wang1-11/+17
2019-03-02Input: Remove global variables from SDL InputGravatar James Rowe1-85/+108
2019-03-02Input: Copy current SDL.h/cpp files to implGravatar James Rowe1-7/+5
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Gravatar Tobias1-88/+299
2018-08-02input_common: Use std::move where applicableGravatar Lioncash1-4/+4
2018-08-02input_common: Add missing override specifiersGravatar Lioncash1-12/+0
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-3/+3
2018-04-26input_common: Move old logging macros over to fmt-capable onesGravatar Lioncash1-3/+3
2018-01-17input_common/sdl: Silence a -Wpessimizing-move warningGravatar Lioncash1-1/+1
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116Gravatar muemart1-1/+182
2017-08-11Fix some spelling mistakesGravatar danzel1-1/+1
2017-04-17input_common/sdl: add support for binding button to axisGravatar wwylele1-4/+53
2017-03-01InputCommon: add SDL joystick supportGravatar wwylele1-0/+202