| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6312 from german77/analogMapping | 2021-05-24 | 1 | -26/+28 | |
| |\ | | | | | input_common: Rewrite sdl analog mapping and fix controller disconnection crash | ||||
| | * | input_common: Fix crash when controller disconnects | 2021-05-15 | 1 | -1/+3 | |
| | | | |||||
| | * | input_common: Rewrite sdl analog mapping | 2021-05-14 | 1 | -25/+25 | |
| | | | |||||
| * | | Merge pull request #6310 from german77/nanMotion | 2021-05-19 | 1 | -0/+23 | |
| |\ \ | | | | | | | input_common: Sanitize motion data | ||||
| | * | | input_common: Sanitize motion data | 2021-05-13 | 1 | -0/+23 | |
| | |/ | |||||
| * / | input_common: Implement SDL motion | 2021-05-15 | 4 | -3/+159 | |
| |/ | |||||
| * | input_common: Release mouse buttons on out of focus | 2021-05-02 | 2 | -1/+16 | |
| | | |||||
| * | Merge pull request #6243 from german77/GCresetOrigin | 2021-04-30 | 2 | -2/+7 | |
| |\ | | | | | input_common: Reset GC sticks center by measuring multiple packets | ||||
| | * | input_common: Reset GC sticks center by measuring multiple packets | 2021-04-26 | 2 | -2/+7 | |
| | | | |||||
| * | | hid: Implement SevenSixAxis and ConsoleSixAxisSensor | 2021-04-23 | 1 | -2/+8 | |
| |/ | |||||
| * | general: Ignore implicit-fallthrough for SDL.h | 2021-04-18 | 1 | -0/+10 | |
| | | | | | | | SDL 2.0.14 introduces an incompatibility with Clang, causing it to trigger -Wimplicit-fallthrough even though it is marked. Ignore it for now, with a comment mentioning why this is needed. | ||||
| * | cmake: Use SDL 2.0.14 and fix CMake scope issue | 2021-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | Forces using SDL 2.0.14. Upgrades the SDL external to that version. Adds a message when switching to the external. Fixes an error where input_common only links to SDL when SDL2_FOUND is set, but externals/CMakeLists cannot set that variable to the required scope. Switch to using ENABLE_SDL2, which we can use since we now include the SDL source. | ||||
| * | Merge pull request #6119 from german77/SDLMapping | 2021-04-15 | 2 | -6/+24 | |
| |\ | | | | | InputCommon: Address mapping and naming issues with SDL2 | ||||
| | * | InputCommon: Name properly xbox 360 and one controllers, Fix mappings for ↵ | 2021-03-30 | 2 | -6/+24 | |
| | | | | | | | | | Nintendo Pro controllers | ||||
| * | | common: Move settings to common from core. | 2021-04-14 | 10 | -428/+7 | |
| | | | | | | | | | - Removes a dependency on core and input_common from common. | ||||
| * | | 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. | ||||