summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-21GC Adapter ImplementationGravatar Ameer1-16/+37
2020-04-15CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash1-0/+1
2020-01-15Moved analog direction logic to sdl_implGravatar CJBok1-0/+16
2019-06-03input_common/sdl/sdl_impl: Correct logging string in SDLState constructorGravatar Lioncash1-1/+1
2019-06-03input_common/sdl/sdl_impl: Move documentation comments to header where applic...Gravatar Lioncash1-7/+0
2019-06-03input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPollerGravatar Lioncash1-13/+13
2019-06-03input_common/sdl/sdl_impl: Mark variables const where applicableGravatar Lioncash1-10/+11
2019-06-03input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as staticGravatar Lioncash1-1/+1
2019-06-03input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_castGravatar Lioncash1-2/+4
2019-06-03input_common/sdl/sdl_impl: Use insert_or_assign() where applicableGravatar Lioncash1-3/+3
2019-06-03input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handlingGravatar Lioncash1-15/+14
2019-06-03input_common/sdl/sdl_impl: Resolve two sign conversion warningsGravatar Lioncash1-10/+16
2019-06-03input_common/sdl: Remove unused header includes and forward declarationsGravatar Lioncash1-2/+0
2019-06-03input_common/sdl/sdl_impl: Use nested namespace specifiers where applicableGravatar Lioncash1-5/+2
2019-05-31input_common/sdl/sdl_impl: Silence sign conversion warningsGravatar Lioncash1-3/+3
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash1-12/+14
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