summaryrefslogtreecommitdiff
path: root/src/input_common/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-11core: hid: Split SL and SR buttonsGravatar german775-19/+27
2023-10-15input_common: udp: Avoid crash when trying to map motion before client is readyGravatar german771-0/+1
2023-10-02ci: fix new codespell errorsGravatar Liam1-1/+1
2023-07-07input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0Gravatar Martino Fontana2-42/+11
2023-07-05input_common: Avoid potential division by zeroGravatar Narr the Reg1-2/+3
2023-06-30yuzu: Ensure mouse panning can't be enabled with real mouse emulationGravatar german772-6/+13
2023-06-28input_common: Tune mouse controlsGravatar Narr the Reg1-37/+36
2023-06-28input_common: Remove duplicated DriverResult enumGravatar german772-20/+18
2023-06-24input_common: Make use of new SDL featuresGravatar german771-8/+20
2023-06-24Only use SDL wakelock on LinuxGravatar zeltermann1-0/+4
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg4-26/+271
2023-06-15input_common: Add amiibo with originality signature supportGravatar Narr the Reg2-0/+3
2023-06-12input_common: Redesign mouse panningGravatar Baptiste Marie2-52/+49
2023-06-03input_common: Fix virtual amiibosGravatar bunnei1-4/+4
2023-06-03android: Various fixes for CI.Gravatar bunnei1-10/+10
2023-06-03android: Implement amiibo reading from nfc tagGravatar Narr the Reg2-4/+24
2023-06-03android: Add motion sensorGravatar Narr the Reg2-1/+27
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg1-2/+6
2023-05-16input_common: Fix pro controller amiibo supportGravatar Narr the Reg2-5/+7
2023-05-05Improve emulation of HD RumbleGravatar marius david1-6/+29
2023-04-14input_common: minor fix to mouse movementGravatar Valeri1-1/+1
2023-03-12input_common: sdl: Only send last vibration commandGravatar german771-1/+16
2023-03-12general: fix spelling mistakesGravatar Liam6-8/+8
2023-03-08input_common: Minor typo issues (#9922)Gravatar Narr the Reg2-3/+3
2023-03-07input_common: Increase mouse sensitivity rangeGravatar german771-9/+18
2023-02-21input_common: Implement dedicated motion from mouseGravatar Narr the Reg2-17/+82
2023-02-16input_common: Split mouse input into individual devicesGravatar Narr the Reg2-24/+81
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades795-12/+12
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades795-12/+12
2023-02-09input_common: Reintroduce custom pro controller supportGravatar Narr the Reg3-3/+65
2023-01-29input_common: joycon: Fill missing enum dataGravatar Narr the Reg2-4/+2
2023-01-25input_common: Make use of StoppableTimedWaitGravatar Morph2-5/+6
2023-01-25input_common: add missing header for libc++ after 340f15d1fa79Gravatar Jan Beich1-0/+1
2023-01-20input_common: Fix joycon mappingsGravatar german772-57/+53
2023-01-20input_common: Address byte reviewGravatar german773-26/+27
2023-01-19input_common: Drop Pro controller support from custom driverGravatar german773-40/+3
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg2-9/+25
2023-01-19yuzu: Add ring controller test buttonGravatar german771-4/+5
2023-01-19input_common: Use DriverResult on all enginesGravatar german7710-42/+39
2023-01-19Address review commentsGravatar german771-1/+1
2023-01-19input_common: Implement joycon nfcGravatar german771-1/+3
2023-01-19input_common: Add dual joycon supportGravatar Narr the Reg1-24/+101
2023-01-19input_common: Add support for joycon input reportsGravatar Narr the Reg1-23/+24
2023-01-19core: hid: Enable pulling color data from controllersGravatar Narr the Reg1-1/+10
2023-01-19input_common: Disable SDL driver with switch controllersGravatar Narr the Reg2-3/+20
2023-01-19input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg2-0/+722
2023-01-18input_common: reset sdl motion if data is invalidGravatar german771-19/+35
2023-01-07TAS: Show all script lengths for multiplayerGravatar MonsterDruide12-4/+10
2022-12-18bootmanager: Use proper camera sizeGravatar german771-0/+1
2022-12-16input_common: Add virtual gamepadGravatar german772-0/+151