summaryrefslogtreecommitdiff
path: root/src/input_common/sdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common/sdl_impl: Make lambda capture more specific in SDLState constructorGravatar Lioncash2019-03-171-1/+1
* input_common/sdl_impl: Remove unnecessary std::chrono::duration constructionGravatar Lioncash2019-03-171-1/+1
* input_common/sdl_impl: Remove unused variable in SDLState constructorGravatar Lioncash2019-03-171-1/+0
* fixup! Joystick: Allow for background events; Add deadzone to SDLAnalogGravatar B3n302019-03-021-6/+17
* input/sdl: lock map mutex after SDL callGravatar Weiyi Wang2019-03-021-11/+17
* Input: Remove global variables from SDL InputGravatar James Rowe2019-03-024-773/+188
* Input: Copy current SDL.h/cpp files to implGravatar James Rowe2019-03-022-0/+680
* Port #4141 from citra: Joystick hotplug support (#1275)Gravatar Tobias2018-09-102-88/+308
* input_common: Use std::move where applicableGravatar Lioncash2018-08-021-4/+4
* input_common: Add missing override specifiersGravatar Lioncash2018-08-021-12/+0
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-3/+3
* input_common: Move old logging macros over to fmt-capable onesGravatar Lioncash2018-04-261-3/+3
* input_common/sdl: Silence a -Wpessimizing-move warningGravatar Lioncash2018-01-171-1/+1
* Adding meumart's Citra SDL Joystick support. Citra PR #3116Gravatar muemart2018-01-152-1/+205
* Fix some spelling mistakesGravatar danzel2017-08-111-1/+1
* input_common/sdl: add support for binding button to axisGravatar wwylele2017-04-171-4/+53
* InputCommon: add SDL joystick supportGravatar wwylele2017-03-012-0/+221