72 Commits (29fb110049339a47ec72f8b59b35acb084f98656)

Author SHA1 Message Date
Nicolas Jallamion 6573ff64b4
input/sdl_impl: fix rumble support on DualSense. (#6683) 5 years ago
german77 c7478642a6 input_common: Support SDL toggle buttons 5 years ago
german77 ea4b7226a6 input_common: Add dual joycon support 5 years ago
german77 f20f4587e6 input_common: Implement SDL motion 5 years ago
german77 edd498f6e0 input_common: Fix crash when controller disconnects 5 years ago
german77 85eeae7aad input_common: Rewrite sdl analog mapping 5 years ago
lat9nq f973274b99 general: Ignore implicit-fallthrough for SDL.h 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
german77 d9db1d125e InputCommon: Name properly xbox 360 and one controllers, Fix mappings for Nintendo Pro controllers 5 years ago
Morph 1c550ff954
Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compatibility problems with certain controllers"" 5 years ago
german 481cd86722 Make settings controller image change with controller input 5 years ago
Morph 5942d206c2 sdl_impl: Set the maximum vibration duration to 1 second 5 years ago
german aa4c7687ee Port citra-emu/citra#5509 5 years ago
german 80fece4e08 Allow to invert analog axis with right click 5 years ago
bunnei 7fb7540d69 input_common: Add more missing [[maybe_unused]] from #4927. 5 years ago
Lioncash 5c4774e8ce input_common: Treat warnings as errors 5 years ago
german77 5b6545b141 Modify rumble amplification 5 years ago
Morph e7e8a87927 sdl_impl: Pump SDL Events at 1000 Hz 5 years ago
Morph 117bdc71e0 sdl_impl: Revert to the "old" method of mapping sticks 5 years ago
Morph 30e0d1c973 controllers/npad: Remove the old vibration filter 5 years ago
Morph e9e1876e82 input_common: Add VibrationDevice and VibrationDeviceFactory 5 years ago
Morph 9b501af8e3 controllers/npad: Add heuristics to reduce rumble state changes 5 years ago
Morph 2f852f182a sdl_impl: Fix controller reconnection issues 5 years ago
Morph 7b3f5845d2 sdl_impl: Erase the SDLJoystick entry after removing a controller 5 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 5 years ago
german ab88c2f611 First implementation of controller rumble 6 years ago
german 03b574ae22 Add random motion input to SDL 5 years ago
Vitor Kiguchi e6f9fe1f60 sdl_joystick: disable the use of the hidapi drivers due to many problems caused by them. 6 years ago
Lioncash 69fa6b4906 sdl_impl: Reduce allocations in GetButtonMappingForDevice() 5 years ago
Lioncash f2a680ca89 sdl_impl: Make use of std::move on std::string where applicable 5 years ago
Lioncash e92164e6a0 sdl_impl: Make use of insert_or_assign() where applicable 5 years ago
Lioncash f3ac088345 sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() default arguments 5 years ago
Lioncash 2e2dde2f95 sdl_impl: Simplify make_tuple call 5 years ago
Lioncash 2680526e6b sdl_impl: Mark FromEvent() as a const member function 5 years ago
Lioncash 98f5d8a713 input_common/main: Remove unnecessary headers 5 years ago
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