summaryrefslogtreecommitdiff
path: root/src/input_common (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-19core: hid: Implement true multitouch supportGravatar Narr the Reg2-17/+10
2022-11-13general: Address review commentsGravatar german772-2/+2
2022-11-13input_common: Add amiibo applet functionsGravatar german773-1/+19
2022-10-22CMakeLists: Remove redundant warningsGravatar Morph1-2/+0
2022-10-22CMakeLists: Treat MSVC warnings as errorsGravatar Morph1-1/+0
2022-10-22general: Enforce C4800 everywhere except in video_coreGravatar Morph3-11/+12
2022-10-22CMakeLists: Remove all redundant warningsGravatar Morph1-5/+0
2022-10-21input_common: cache vibration testsGravatar german776-13/+78
2022-10-09input_common: have an unique vector in callback statusGravatar german771-2/+8
2022-10-03common: remove "yuzu:" prefix from thread namesGravatar Liam3-5/+5
2022-10-02service: nfp: address commentsGravatar german774-5/+6
2022-10-02input_common: Enable virtual amiibo driverGravatar german774-0/+102
2022-10-02input_common: Create virtual amiibo driverGravatar german775-0/+217
2022-09-06input_common: Add support for analog toggleGravatar Narr the Reg1-0/+1
2022-09-03input_common: sdl: Always check for motion on reconnectGravatar Narr the Reg1-4/+7
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda14-37/+28
2022-07-25Address first part of review commentsGravatar FearlessTobi1-1/+1
2022-07-23input_common: Add camera driverGravatar german779-4/+267
2022-06-28input_common: sdl: lower vibration frequency and use it's own unique threadGravatar german772-1/+10
2022-06-13CMakeLists: Make variable shadowing a compile-time errorGravatar Morph1-1/+0
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-26yuzu: config: Set default range to 95%Gravatar Narr the Reg1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph14-42/+28
2022-04-20input_common: Ignore boost uninitialized local variableGravatar Narr the Reg1-0/+9
2022-04-07input_common: Replace lock_guard with scoped_lockGravatar Merry2-29/+29
2022-03-21input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg9-0/+108
2022-03-20input_common: Reduce unused includesGravatar ameerj4-4/+0
2022-02-06yuzu: Add auto center on right clickGravatar german772-4/+4
2022-02-06input_common: Remove battery duplicated struct and update every button pressGravatar german776-34/+27
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph10-24/+24
2022-02-05input/hid: Migrate to the new UUID implementationGravatar Morph12-37/+37
2022-02-03input_common: Remove unused core includeGravatar Morph1-1/+0
2022-02-02yuzu: ui: Improve battery symbolsGravatar Narr the Reg1-3/+2
2022-01-30input_common: Use attributes for analog range modifiersGravatar german771-4/+26
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/input_engine: Ensure PadIdentifier UUIDs have a valid initial stateGravatar Lioncash1-1/+1
2022-01-24input_common/input_mapping: Simplify UUID validity checksGravatar Lioncash1-3/+3
2022-01-24input_common/input_mapping: Add missing includesGravatar Lioncash2-1/+6
2022-01-24input_common/input_mapping: Remove const from return valueGravatar Lioncash4-4/+4
2022-01-24input_common/input_mapping: Default constructorGravatar Lioncash1-1/+1
2022-01-24input_common/main: Pass MappingData by const reference in callbacksGravatar Lioncash2-3/+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-23input_common: Add option to configure gyro thresholdGravatar german771-4/+9