583 Commits (95c5b715b18174d4dedaa415004e99040d5f71ef)

Author SHA1 Message Date
Jan Beich e48e9a406c input_common: ignore some Clang warnings after 5c4774e8ce 5 years ago
bunnei 6694e11303
input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. 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 38110dd485 configure_input: Add per-player vibration 5 years ago
Morph 9b501af8e3 controllers/npad: Add heuristics to reduce rumble state changes 5 years ago
Morph ceb7b11f16 configure_input_player: Change "Defaults" button behavior 5 years ago
Morph 8ead176639 udp/client: Reduce testing period to 5 seconds 5 years ago
Morph 75eaab2e0f configure_input_player: Implement input exclusivity and persistence 5 years ago
Lioncash 0a50ba3bd1 motion_input: Mark constructor as explicit 5 years ago
Lioncash cb826bcee7 motion_input: Mark member functions as [[nodiscard]] where applicable 5 years ago
german f5110340e6 fix minor clang error 5 years ago
german 70df449d0a Allow to dial any angle with digital joystick 5 years ago
german 5333db91c1 Add hotplug, rumble and fix 3rd party adapters for the GC adapter 5 years ago
Morph 2f852f182a sdl_impl: Fix controller reconnection issues 5 years ago
Morph ff82f3894a configure_input_player: Fix modifier buttons 5 years ago
Lioncash 30b1e71066 udp/client: Make use of designated initializers in TestCommunication() 5 years ago
Lioncash 36cfb234d5 udp/client: Take std::function by const reference with TestCommunication() 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 a54aee290f Address comments 5 years ago
german a220d8799e Add compatibility with only accelerometer and auto calibrate for drift 5 years ago
Lukas Senionis 6ee1a784b8 Reduce the "shake" requirements when configuring UDP. 5 years ago
german ab88c2f611 First implementation of controller rumble 6 years ago
german 2978232390 Add random motion input to keyboard 5 years ago
german 03b574ae22 Add random motion input to SDL 5 years ago
german c5e257017f Add automap feature for GC adapter 5 years ago
ReinUsesLisp bc8ace9917 gc_adapter: Disable MSVC nonstandard extension warning on libusb.h 5 years ago
Lioncash c715fc4c5e gc_adapter: Make DeviceConnected() a const member function 5 years ago
german 797564599f Minor cleanup 5 years ago
german 6ee8eab670 Add cemu hook changes related to PR #4609 5 years ago
german 0774b17846 Remove RealMotionDevice 5 years ago
german ff679f3d17 Include HID and configuration changes related to motion 5 years ago
Morph 45ecd601be input_common/motion_input: Make use of Common::PI constant 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
FearlessTobi d1e1ea0fef Address second batch of reviews 5 years ago
FearlessTobi d176feffad Address review comments and fix code compilation 5 years ago
FearlessTobi e6bd1fd1b8 yuzu: Add motion and touch configuration 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