249 Commits (0fdb95b19121e101fff1b072efa6a82508dc58a7)

Author SHA1 Message Date
Morph 62e0851476 sdl_impl: Fix controller reconnection issues 5 years ago
Morph 6fa2144d90 configure_input_player: Fix modifier buttons 5 years ago
Lioncash c3c19060dd udp/client: Make use of designated initializers in TestCommunication() 5 years ago
Lioncash 3232d03657 udp/client: Take std::function by const reference with TestCommunication() 5 years ago
Morph 7f475ec996 sdl_impl: Erase the SDLJoystick entry after removing a controller 5 years ago
Lioncash d44d662529 input_common/CMakeLists: Make some warnings errors 5 years ago
german ec0a0a94b4 Address comments 5 years ago
german 0d4c60c3ef Add compatibility with only accelerometer and auto calibrate for drift 5 years ago
Lukas Senionis e237086658 Reduce the "shake" requirements when configuring UDP. 5 years ago
german 782aab6cf2 First implementation of controller rumble 6 years ago
german ef4f095aae Add random motion input to keyboard 5 years ago
german db47701464 Add random motion input to SDL 5 years ago
german 9f70da1a9b Add automap feature for GC adapter 5 years ago
ReinUsesLisp 67dd8466b3 gc_adapter: Disable MSVC nonstandard extension warning on libusb.h 5 years ago
Lioncash 14d5340a9d gc_adapter: Make DeviceConnected() a const member function 5 years ago
german b26bc3864a Minor cleanup 5 years ago
german 82eb4be33b Add cemu hook changes related to PR #4609 5 years ago
german 17b48f8d42 Remove RealMotionDevice 5 years ago
german 876e6fc255 Include HID and configuration changes related to motion 5 years ago
Morph f3417b01e1 input_common/motion_input: Make use of Common::PI constant 5 years ago
Vitor Kiguchi 52df885a42 sdl_joystick: disable the use of the hidapi drivers due to many problems caused by them. 6 years ago
FearlessTobi ee199ead59 Address second batch of reviews 5 years ago
FearlessTobi 01dbe3a624 Address review comments and fix code compilation 5 years ago
FearlessTobi 2903f0f7ce yuzu: Add motion and touch configuration 6 years ago
Lioncash 56d39caa1d sdl_impl: Reduce allocations in GetButtonMappingForDevice() 5 years ago
Lioncash eb2ab15bdb sdl_impl: Make use of std::move on std::string where applicable 5 years ago
Lioncash 285e3386e2 sdl_impl: Make use of insert_or_assign() where applicable 5 years ago
Lioncash 3413c8c046 sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() default arguments 5 years ago
Lioncash 1338c58d37 sdl_impl: Simplify make_tuple call 5 years ago
Lioncash 4dc59a4b64 sdl_impl: Mark FromEvent() as a const member function 5 years ago
Lioncash 0322ffa4fd input_common/main: Remove unnecessary headers 5 years ago
Lioncash 72d5a883a1 input_common/main: Remove unimplemented prototype 5 years ago
german f327977dfa Fix orientation errors and improve drift correction 5 years ago
german dbf0608afd Address comments 5 years ago
german 0e11d1c09a Implement a basic class for motion devices 5 years ago
Lioncash affbf8e188 input_common: Eliminate most global state 5 years ago
Morph 4ca910101f input_common/main: Add "/Mouse" to the display name 5 years ago
Morph 5e4f03f663 input_common: Fix directional deadzone values 5 years ago
Morph 24ce544120 Address feedback 5 years ago
Morph 34a209d15c Project Mjölnir: Part 1 6 years ago
Lioncash fa4a1718a7 gc_poller: Resolve compilation warnings on MSVC 5 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 5 years ago
ameerj 5d4750541b Remove UI changes 5 years ago
ameerj ac3cdc1741 Add range slider functionality for gc adapter 6 years ago
Ameer 6afee6b0c8 undo unnecessary newlines, slider range 50-150 6 years ago
Ameer 1eb1eff48c Add range slider for analog sticks 6 years ago
Brian J. Tarricone f637cfec64 GCAdapter: only join worker thread if running & joinable 6 years ago
Lioncash 5987e39f21 udp/client: Remove unused boost include 6 years ago
Lioncash bc2f95ea67 gc_adapter: Resolve C++20 deprecation warning 6 years ago
Lioncash 6efd1a2675 gc_poller: Resolve -Wsign-compare warning 6 years ago