30 Commits (de79897f042aa7d3cacf8579078195cca559f62f)

Author SHA1 Message Date
Morph de79897f04 input_common: Fix directional deadzone values 5 years ago
Morph efa0b7a056 Address feedback 5 years ago
Morph f0fac0c7fb Project Mjölnir: Part 1 6 years ago
ameerj d6672501ac Remove UI changes 5 years ago
Ameer 8928aa3008 undo unnecessary newlines, slider range 50-150 6 years ago
Ameer ed51c2abda Add range slider for analog sticks 6 years ago
Ameer 6e1639c7b0 Fix unnecessary diffs 6 years ago
Ameer 0076a08d04 Cleanup after linter 6 years ago
Ameer 0248614add GC Adapter Implementation 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
CJBok 635deb70d4 Moved analog direction logic to sdl_impl 6 years ago
Lioncash 5ccf2a7b82 input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 7 years ago
Lioncash cfac942e63 input_common/sdl/sdl_impl: Move documentation comments to header where applicable 7 years ago
Lioncash b9b23c98ff input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller 7 years ago
Lioncash 50048d9f5a input_common/sdl/sdl_impl: Mark variables const where applicable 7 years ago
Lioncash ca7ca2919c input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static 7 years ago
Lioncash b73ea457cc input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast 7 years ago
Lioncash 2c679cda51 input_common/sdl/sdl_impl: Use insert_or_assign() where applicable 7 years ago
Lioncash b46e615551 input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling 7 years ago
Lioncash 7ea07c6063 input_common/sdl/sdl_impl: Resolve two sign conversion warnings 7 years ago
Lioncash cf0d01a5d7 input_common/sdl: Remove unused header includes and forward declarations 7 years ago
Lioncash 00f0827a26 input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable 7 years ago
Lioncash e70f16fff7 input_common/sdl/sdl_impl: Silence sign conversion warnings 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash eb335f51ca input_common/sdl: Correct return values within implementations of GetPollers() 7 years ago
Lioncash 874826b6dd input_common/sdl: Use a type alias to shorten declaration of GetPollers 7 years ago
Lioncash 114060fd87 input_common/sdl_impl: Make lambda capture more specific in SDLState constructor 7 years ago
Lioncash d74aa13bd3 input_common/sdl_impl: Remove unnecessary std::chrono::duration construction 7 years ago
Lioncash 834d3fe336 input_common/sdl_impl: Remove unused variable in SDLState constructor 7 years ago
B3n30 71817afbe9 fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog 7 years ago
Weiyi Wang 8b98f60e3c input/sdl: lock map mutex after SDL call 7 years ago
James Rowe 09ac66388c Input: Remove global variables from SDL Input 7 years ago
James Rowe c8554d218b Input: Copy current SDL.h/cpp files to impl 7 years ago
Tobias 804115b2a4 Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
Lioncash 684fc2c320 input_common: Use std::move where applicable 8 years ago
Lioncash 29b6afb82f input_common: Add missing override specifiers 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Lioncash 376f6397c6
input_common: Move old logging macros over to fmt-capable ones 8 years ago
Lioncash ed296e47f1 input_common/sdl: Silence a -Wpessimizing-move warning 8 years ago
muemart eaff98dbb3 Adding meumart's Citra SDL Joystick support. Citra PR #3116 8 years ago
danzel 8d3f48d0a3 Fix some spelling mistakes 8 years ago
wwylele 4ad82f2e5a input_common/sdl: add support for binding button to axis 9 years ago
wwylele 51b1c1f211 InputCommon: add SDL joystick support 9 years ago