| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use a single connection for UDP server, make connection test longer and ↵ | 2021-03-30 | 2 | -95/+96 | |
| | | | | | check all pads instead of only the first one | ||||
| * | Merge pull request #6040 from german77/toggleKeyboard | 2021-03-11 | 4 | -8/+84 | |
| |\ | | | | | Enable toggle buttons for keyboard and mouse | ||||
| | * | Enable mouse toggle buttons | 2021-03-06 | 4 | -10/+63 | |
| | | | |||||
| | * | Enable button toggle for keyboard in the modifier button | 2021-03-05 | 1 | -3/+26 | |
| | | | |||||
| * | | Merge pull request #5990 from german77/mousePanningV2 | 2021-03-08 | 2 | -8/+15 | |
| |\ \ | |/ |/| | InputCommon: Mouse fixes | ||||
| | * | inputCommon: Mouse fixes | 2021-02-27 | 2 | -8/+15 | |
| | | | |||||
| * | | inputCommon: Use an unique client id for each socket instance | 2021-03-01 | 2 | -13/+19 | |
| |/ | |||||
| * | Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to ↵ | 2021-02-18 | 1 | -7/+0 | |
| | | | | | compatibility problems with certain controllers"" | ||||
| * | Merge pull request #5929 from german77/mousePanning | 2021-02-16 | 1 | -5/+21 | |
| |\ | | | | | Improve mouse panning | ||||
| | * | Improve mouse panning | 2021-02-13 | 1 | -5/+21 | |
| | | | |||||
| * | | Merge pull request #3603 from FearlessTobi/port-5123 | 2021-02-15 | 1 | -0/+7 | |
| |\ \ | | | | | | | Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compatibility problems with certain controllers" | ||||
| | * | | sdl_joystick: disable the use of the hidapi drivers due to many problems ↵ | 2020-08-30 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | caused by them. The main problem is the loss of compatibility with some controllers, but there are also unwanted changes to the behaviour of PS4 controllers (hardcoded lightbar color). | ||||
| * | | | Merge pull request #4940 from german77/nativeGC | 2021-02-15 | 1 | -0/+1 | |
| |\ \ \ | |_|/ |/| | | HID: Implement GC controller in game | ||||
| | * | | hid: Implement GC controller | 2021-02-07 | 1 | -0/+1 | |
| | | | | |||||
| * | | | Merge pull request #5869 from german77/mousePanning | 2021-02-11 | 3 | -3/+39 | |
| |\ \ \ | | | | | | | | | input_common: Add mouse panning | ||||
| | * | | | Add mouse panning | 2021-02-07 | 3 | -3/+39 | |
| | | | | | |||||
| * | | | | udp: Silence unused member variable warnings | 2021-02-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Simply mark them as unused for now. | ||||
| * | | | | udp/client: Define ClientData constructor/destructor in cpp file | 2021-02-09 | 2 | -0/+7 | |
| | |/ / |/| | | | | | | | | | | | Prevents compilation errors on clang 12 due to incomplete types within a unique_ptr member. | ||||
| * | | | Add SL SR vectors, change dual joycon view, add missing raw data from ↵ | 2021-02-06 | 2 | -0/+14 | |
| | | | | | | | | | | | | | keyboard/mouse | ||||
| * | | | Make settings controller image change with controller input | 2021-02-06 | 2 | -0/+20 | |
| |/ / | |||||
| * | | analog_from_button: Fix update_thread.join exception | 2021-01-29 | 1 | -5/+9 | |
| | | | | | | | | | | | | | This commit aims to address an exception that occurs when trying to join the Analog object's update_thread. By using an atomic bool for the status of the update thread, we ensure its value is consistent across the threads accessing it. | ||||
| * | | sdl_impl: Set the maximum vibration duration to 1 second | 2021-01-23 | 1 | -2/+6 | |
| | | | |||||
| * | | Always initialize keyboard input | 2021-01-15 | 1 | -10/+8 | |
| | | | |||||
| * | | Add mutitouch support for touch screens | 2021-01-15 | 3 | -17/+14 | |
| | | | |||||
| * | | Allow to return up to 16 touch inputs per engine | 2021-01-15 | 5 | -92/+116 | |
| | | | |||||
| * | | general: Fix various spelling errors | 2021-01-02 | 4 | -9/+9 | |
| | | | |||||
| * | | Merge pull request #5265 from german77/port5509 | 2020-12-30 | 1 | -2/+45 | |
| |\ \ | | | | | | | Port citra-emu/citra#5509 "Look at direction of analog axis travel instead of instantaneous sample" | ||||
| | * | | Port citra-emu/citra#5509 | 2020-12-30 | 1 | -2/+45 | |
| | | | | |||||
| * | | | Merge pull request #5236 from gal20/udp_client_patch | 2020-12-29 | 1 | -0/+5 | |
| |\ \ \ | | | | | | | | | input_common: process udp packets only for the correct pad | ||||
| | * | | | udp client: process packets only for the correct pad | 2020-12-27 | 1 | -0/+5 | |
| | | | | | |||||
| * | | | | Allow to invert analog axis with right click | 2020-12-26 | 3 | -17/+62 | |
| |/ / / | |||||
| * | | | Merge pull request #5020 from german77/AnalogfromButtonFix | 2020-12-08 | 1 | -1/+21 | |
| |\ \ \ | |/ / |/| | | Disable analog joystick from buttons by default | ||||
| | * | | Disable analog joystick from buttons by default | 2020-12-07 | 1 | -1/+21 | |
| | | | | |||||
| * | | | mouse_poller: Remove unused includes | 2020-12-03 | 1 | -3/+1 | |
| | | | | |||||
| * | | | mouse_input: Invert conditional in UpdateYuzuSettings() | 2020-12-03 | 1 | -4/+6 | |
| | | | | | | | | | | | | | Allows the struct to be constructed in place. | ||||
| * | | | mouse_input: Remove two casts and amend some formatting | 2020-12-03 | 1 | -11/+14 | |
| | | | | | | | | | | | | | | | | Removes the use of two static casts and improves the readability of some vectors slightly. | ||||
| * | | | mouse_input: Resolve a -Wdocumentation warning | 2020-12-03 | 1 | -1/+1 | |
| | | | | |||||
| * | | | mouse_input: Remove unused includes | 2020-12-03 | 2 | -7/+3 | |
| | | | | |||||
| * | | | Merge pull request #4937 from german77/multiUDP | 2020-12-01 | 4 | -100/+149 | |
| |\ \ \ | | | | | | | | | InputCommon: Add multiple udp server support | ||||
| | * | | | Add multiple udp server support | 2020-11-25 | 4 | -100/+149 | |
| | | | | | |||||
| * | | | | Merge pull request #5047 from german77/MouseInput | 2020-12-01 | 1 | -6/+8 | |
| |\ \ \ \ | | | | | | | | | | | InputCommon: Fix implicit conversion in mouse input | ||||
| | * | | | | Fix implicit conversion in mouse input | 2020-11-30 | 1 | -6/+8 | |
| | | | | | | |||||
| * | | | | | Merge pull request #4939 from german77/MouseInput | 2020-11-29 | 9 | -242/+697 | |
| |\| | | | | |_|/ / |/| | | | InputCommon: Implement full mouse support | ||||
| | * | | | Implement full mouse support | 2020-11-25 | 9 | -242/+697 | |
| | | | | | |||||
| * | | | | input_common: ignore some Clang warnings after 5c4774e8ce1d | 2020-11-25 | 1 | -2/+2 | |
| | |/ / |/| | | | | | | | | | | | error: unknown warning option '-Werror=unused-but-set-parameter'; did you mean '-Werror=unused-parameter'? [-Werror,-Wunknown-warning-option] error: unknown warning option '-Werror=unused-but-set-variable'; did you mean '-Werror=unused-const-variable'? [-Werror,-Wunknown-warning-option] | ||||
| * | | | Merge pull request #4905 from german77/AnalogFromButton | 2020-11-24 | 1 | -19/+103 | |
| |\ \ \ | | | | | | | | | Allow to dial any angle with digital joystick | ||||
| | * | | | fix minor clang error | 2020-11-10 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | Allow to dial any angle with digital joystick | 2020-11-08 | 1 | -19/+103 | |
| | | | | | |||||
| * | | | | input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. | 2020-11-23 | 1 | -2/+2 | |
| | | | | | |||||
| * | | | | input_common: Add more missing [[maybe_unused]] from #4927. | 2020-11-23 | 3 | -4/+6 | |
| | | | | | |||||