summaryrefslogtreecommitdiff
path: root/src/input_common/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-12-16camera: Use pre-allocated vector for camera dataGravatar ameerj2-2/+4
2022-12-12input_common: Filter SDL GUIDGravatar Narr the Reg1-0/+2
2022-12-04input_common: Allow mifare filesGravatar Narr the Reg2-16/+29
2022-11-27input_common: Pump sdl events from main threadGravatar german772-10/+8
2022-11-22general: fix compile for Apple ClangGravatar Liam4-3/+3
2022-11-13general: Address review commentsGravatar german772-2/+2
2022-11-13input_common: Add amiibo applet functionsGravatar german772-0/+18
2022-10-22general: Enforce C4800 everywhere except in video_coreGravatar Morph1-2/+2
2022-10-21input_common: cache vibration testsGravatar german774-11/+67
2022-10-03common: remove "yuzu:" prefix from thread namesGravatar Liam3-5/+5
2022-10-02service: nfp: address commentsGravatar german772-3/+3
2022-10-02input_common: Create virtual amiibo driverGravatar german772-0/+162
2022-09-03input_common: sdl: Always check for motion on reconnectGravatar Narr the Reg1-4/+7
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda5-13/+9
2022-07-23input_common: Add camera driverGravatar german772-0/+111
2022-06-28input_common: sdl: lower vibration frequency and use it's own unique threadGravatar german772-1/+10
2022-06-06input_common: Replace usage of string guid to common uuidGravatar Narr the Reg2-33/+38
2022-05-23input_common: Make vibration request asyncGravatar Narr the Reg2-2/+33
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772-31/+110
2022-05-02Revert "gc_adapter: fix libusb import on GCC11.2"Gravatar Morph1-4/+0
2022-05-02gc_adapter: fix libusb import on GCC11.2Gravatar Levi Behunin1-0/+4
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda2-6/+4
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph8-24/+16
2022-04-07input_common: Replace lock_guard with scoped_lockGravatar Merry1-6/+6
2022-03-21input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg6-0/+71
2022-03-20input_common: Reduce unused includesGravatar ameerj1-1/+0
2022-02-06yuzu: Add auto center on right clickGravatar german771-3/+3
2022-02-06input_common: Remove battery duplicated struct and update every button pressGravatar german773-15/+18
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph8-13/+13
2022-02-05input/hid: Migrate to the new UUID implementationGravatar Morph8-17/+17
2022-02-02yuzu: ui: Improve battery symbolsGravatar Narr the Reg1-3/+2
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersGravatar german772-3/+16
2022-01-26input_common: Add DS5 to HD rumble listGravatar Narr the Reg1-2/+3
2022-01-24input_common/udp_client: Replace deprecated from_string()/to_ulong() functionsGravatar Lioncash1-2/+2
2022-01-24input_common/udp_client: Prevent unnecessary string copiesGravatar Lioncash2-4/+4
2022-01-17input_common: Report battery for UDP controllersGravatar Narr the Reg2-0/+25
2022-01-17input_common: fix copy-paste errorGravatar Valeri1-1/+1
2022-01-16input_common: Reintroduce motion from mouse and use button namesGravatar german772-1/+34
2022-01-16Xbox controller default name nit pickGravatar gidoly1-2/+2
2022-01-15Change default name for ps controllersGravatar gidoly1-0/+6
2022-01-08input_common: Handle errors on TAS scriptsGravatar german771-7/+24
2022-01-07input_common: Fix udp motion not automapping to both sidesGravatar german771-8/+16
2022-01-06yuzu: Add controller hotkeysGravatar german773-4/+7
2021-12-17[input_common] Move variable declaration closer to usageGravatar vperus1-2/+2
2021-12-14input/SDL: Update SDL hintsGravatar Valeri1-3/+4