summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-22input_common: Implement dedicated motion from mouseNarr the Reg2-17/+82
2023-02-16input_common: Split mouse input into individual devicesNarr the Reg2-24/+81
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades795-12/+12
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades795-12/+12
2023-02-10input_common: Reintroduce custom pro controller supportNarr the Reg3-3/+65
2023-01-30input_common: joycon: Fill missing enum dataNarr the Reg2-4/+2
2023-01-25input_common: Make use of StoppableTimedWaitMorph2-5/+6
2023-01-25input_common: add missing header for libc++ after 340f15d1fa79Jan Beich1-0/+1
2023-01-20input_common: Fix joycon mappingsgerman772-57/+53
2023-01-20input_common: Address byte reviewgerman773-26/+27
2023-01-20input_common: Drop Pro controller support from custom drivergerman773-40/+3
2023-01-20input_common: Implement joycon ir cameraNarr the Reg2-9/+25
2023-01-20yuzu: Add ring controller test buttongerman771-4/+5
2023-01-20input_common: Use DriverResult on all enginesgerman7710-42/+39
2023-01-20Address review commentsgerman771-1/+1
2023-01-20input_common: Implement joycon nfcgerman771-1/+3
2023-01-20input_common: Add dual joycon supportNarr the Reg1-24/+101
2023-01-20input_common: Add support for joycon input reportsNarr the Reg1-23/+24
2023-01-20core: hid: Enable pulling color data from controllersNarr the Reg1-1/+10
2023-01-20input_common: Disable SDL driver with switch controllersNarr the Reg2-3/+20
2023-01-20input_common: Initial skeleton for custom joycon driverNarr the Reg2-0/+722
2023-01-18input_common: reset sdl motion if data is invalidgerman771-19/+35
2023-01-07TAS: Show all script lengths for multiplayerMonsterDruide12-4/+10
2022-12-18bootmanager: Use proper camera sizegerman771-0/+1
2022-12-17input_common: Add virtual gamepadgerman772-0/+151
2022-12-17camera: Use pre-allocated vector for camera dataameerj2-2/+4
2022-12-12input_common: Filter SDL GUIDNarr the Reg1-0/+2
2022-12-05input_common: Allow mifare filesNarr the Reg2-16/+29
2022-11-27input_common: Pump sdl events from main threadgerman772-10/+8
2022-11-23general: fix compile for Apple ClangLiam4-3/+3
2022-11-14general: Address review commentsgerman772-2/+2
2022-11-13input_common: Add amiibo applet functionsgerman772-0/+18
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph1-2/+2
2022-10-21input_common: cache vibration testsgerman774-11/+67
2022-10-04common: remove "yuzu:" prefix from thread namesLiam3-5/+5
2022-10-02service: nfp: address commentsgerman772-3/+3
2022-10-02input_common: Create virtual amiibo drivergerman772-0/+162
2022-09-04input_common: sdl: Always check for motion on reconnectNarr the Reg1-4/+7
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda5-13/+9
2022-07-24input_common: Add camera drivergerman772-0/+111
2022-06-29input_common: sdl: lower vibration frequency and use it's own unique threadgerman772-1/+10
2022-06-07input_common: Replace usage of string guid to common uuidNarr the Reg2-33/+38
2022-05-23input_common: Make vibration request asyncNarr the Reg2-2/+33
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772-31/+110
2022-05-02Revert "gc_adapter: fix libusb import on GCC11.2"Morph1-4/+0
2022-05-02gc_adapter: fix libusb import on GCC11.2Levi Behunin1-0/+4
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda2-6/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph8-24/+16
2022-04-07input_common: Replace lock_guard with scoped_lockMerry1-6/+6
2022-03-22input_common: Map sticks correctly when mapped sidewaysNarr the Reg6-0/+71
2022-03-20input_common: Reduce unused includesameerj1-1/+0
2022-02-07yuzu: Add auto center on right clickgerman771-3/+3
2022-02-07input_common: Remove battery duplicated struct and update every button pressgerman773-15/+18
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph8-13/+13
2022-02-05input/hid: Migrate to the new UUID implementationMorph8-17/+17
2022-02-02yuzu: ui: Improve battery symbolsNarr the Reg1-3/+2
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersgerman772-3/+16
2022-01-27input_common: Add DS5 to HD rumble listNarr the Reg1-2/+3
2022-01-24input_common/udp_client: Replace deprecated from_string()/to_ulong() functionsLioncash1-2/+2
2022-01-24input_common/udp_client: Prevent unnecessary string copiesLioncash2-4/+4
2022-01-17input_common: Report battery for UDP controllersNarr the Reg2-0/+25
2022-01-17input_common: fix copy-paste errorValeri1-1/+1
2022-01-17input_common: Reintroduce motion from mouse and use button namesgerman772-1/+34
2022-01-15Xbox controller default name nit pickgidoly1-2/+2
2022-01-15Change default name for ps controllersgidoly1-0/+6
2022-01-08input_common: Handle errors on TAS scriptsgerman771-7/+24
2022-01-07input_common: Fix udp motion not automapping to both sidesgerman771-8/+16
2022-01-07yuzu: Add controller hotkeysgerman773-4/+7
2021-12-17[input_common] Move variable declaration closer to usagevperus1-2/+2
2021-12-14input/SDL: Update SDL hintsValeri1-3/+4
2021-12-13tas_input: Avoid minor copies in Read/WriteCommandButtons()Lioncash1-2/+2
2021-12-13tas_input: Remove unnecessary semicolonLioncash1-1/+1
2021-12-13tas_input: Execute clear() even if emptyLioncash1-3/+2
2021-12-13tas_input: Remove unnecessary includesLioncash1-2/+2
2021-12-13tas_input: std::move strings into vectorLioncash1-21/+24
2021-12-13tas_input: Use istringstream over stringstreamLioncash1-2/+2
2021-12-13tas_input: Use u8string_view instead of u8stringLioncash2-6/+7
2021-12-13tas_input: Remove unused std::smatch variableLioncash1-2/+0
2021-12-13tas_input: Amend -Wdocumentation warningsLioncash2-28/+30
2021-12-13tas_input: Make TasAxes enum an enum classLioncash2-5/+14
2021-12-13input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash1-2/+2
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash4-6/+8
2021-12-13input_engine: std::move engine name where applicableLioncash14-28/+28
2021-11-30input_common: Fix error with thread nameNarr the Reg1-2/+1
2021-11-29Revert of b01aa72vperus1-35/+39
2021-11-26input_common: Fully implement UDP controllersNarr the Reg2-8/+254
2021-11-25input_common: Move button names to the frontendgerman776-33/+35
2021-11-25input_common: Fix SDL controller with inverted axisgerman771-23/+0
2021-11-25kraken: Address comments from reviewgerman7710-23/+11
2021-11-25core/hid: Improve accuary of mouse implementationgerman772-8/+14
2021-11-25core/hid: Fully implement native mousegerman772-6/+32
2021-11-25input_common: Allow keyboard to be backwards compatiblegerman772-14/+52
2021-11-25core/hid: Improve accuracy of the keyboard implementationgerman772-4/+56
2021-11-25core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772-23/+12
2021-11-25second commit lion reviewgerman776-19/+18
2021-11-25settings: Fix Debug controller type optionsgerman771-1/+0
2021-11-25kraken: Address comments from reviewgerman777-23/+23
2021-11-25input_common: Revert deleted TAS functionsgerman772-18/+19
2021-11-25input_common: Fix GC adapter initializationgerman771-12/+12
2021-11-25input_common: Fix UDP uuidgerman772-1/+11
2021-11-25input_common: Add multiple vibration curvesgerman771-14/+19
2021-11-25settings: Fix mouse and keyboard mappingsgerman772-1/+17
2021-11-25kraken: Address comments from reviewgerman772-2/+4
2021-11-25service/hid: Fix gesture inputgerman772-2/+29
2021-11-25core/hid: Fix rumble too strong at 1%german771-1/+19
2021-11-25core/hid: Only signal when neededgerman775-23/+84
2021-11-25kraken: Fix errors from rebase and format filesgerman773-3/+4
2021-11-25core/hid: Add output devicesgerman774-6/+14
2021-11-25input_common: Rewrite SDLgerman772-0/+1035
2021-11-25input_common: Rewrite udp clientgerman772-0/+491
2021-11-25input_common: Rewrite gc_adaptergerman774-0/+1131
2021-11-25input_common: Rewrite touchgerman772-0/+97
2021-11-25input_common: Rewrite mousegerman772-0/+215
2021-11-25input_common: Rewrite keyboardgerman772-0/+79