summaryrefslogtreecommitdiff
path: root/src/core/hid (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-28service: hid: Correct some mistakes and add more validationsGravatar Narr the Reg1-0/+1
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam1-2/+2
2022-05-27service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedGravatar german771-0/+10
2022-05-27service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...Gravatar german771-0/+33
2022-05-23input_common: Make vibration request asyncGravatar Narr the Reg1-5/+29
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772-4/+15
2022-04-26yuzu: Config allow to delete single axis directions when buttons are mapped t...Gravatar Narr the Reg1-2/+2
2022-04-23service: hid: Ensure all structs are initializedGravatar Narr the Reg1-36/+36
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph15-45/+30
2022-04-18service: hid: Improve accuracy of sixaxis functionsGravatar Narr the Reg1-2/+3
2022-04-16yuzu: Add custom ringcon configurationGravatar german772-0/+79
2022-04-07core: hid: Fix double lock on softlock and forced updatesGravatar Narr the Reg1-2/+12
2022-04-07core: hid: Replace lock_guard with scoped_lockGravatar Narr the Reg3-44/+44
2022-04-07core: hid: Reduce the amount of dataracesGravatar german776-176/+246
2022-02-10nfp: Separate nfc tag from amiibo dataGravatar Narr the Reg1-2/+7
2022-02-08nfp: Improve implementationGravatar german772-0/+8
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph3-11/+11
2022-02-05input/hid: Migrate to the new UUID implementationGravatar Morph3-15/+16
2022-02-02yuzu: ui: Improve battery symbolsGravatar Narr the Reg1-1/+1
2022-02-02general: Move deleted copy/move constructor/assignment operators to public in...Gravatar Lioncash3-2/+2
2022-01-23input_common: Add option to configure gyro thresholdGravatar german772-2/+3
2022-01-17hid: fix std::transform callGravatar Valeri1-1/+1
2022-01-17Correct assignment source for rotationsGravatar Valeri1-1/+1
2022-01-14core/hid: Increment shake forceGravatar Narr the Reg1-1/+1
2022-01-11core/hid: Reduce gyro threshold even moreGravatar Narr the Reg1-1/+1
2022-01-07yuzu: Use pad parameter to choose the correct controllerGravatar german771-2/+6
2022-01-06yuzu: Add controller hotkeysGravatar german772-0/+29
2022-01-06core/hid: Add home and screenshot button supportGravatar german773-1/+46
2022-01-06core/hid: Set minimum gyro thresholdGravatar german771-0/+1
2022-01-01core/hid: Add fallback to fullkey controllersGravatar german772-4/+36
2021-12-29core/hid: Fix controller type validationGravatar german772-8/+14
2021-12-16core/hid: Cancel any vibration after the testGravatar Narr the Reg2-12/+14
2021-12-14core/hid: Fix faulty analog triggersGravatar Narr the Reg1-2/+2
2021-12-13common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash6-92/+118
2021-12-12service/hid: Improve console motion accuracyGravatar Narr the Reg4-6/+16
2021-12-05service/hid: Implement SetNpadJoyAssignmentModeGravatar german772-0/+13
2021-12-05core/hid: Add missing controller typeGravatar german771-0/+2
2021-12-04core/hid: Ensure only valid npad are connectedGravatar german775-1/+70
2021-11-29input_interpreter: Make use of NpadButton instead of a u64Gravatar Morph2-9/+9
2021-11-29core: hid: hid_types: Add "All" to NpadButtonGravatar Morph1-0/+2
2021-11-29core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationGravatar Morph2-0/+32
2021-11-29core: hid: Mark constructors as explicitGravatar Morph2-2/+2
2021-11-29core: hid: Cleanup and amend documentationGravatar Morph4-69/+76
2021-11-27settings: Add debug setting to enable all controllersGravatar german771-0/+20
2021-11-26config: Remove vibration configurationGravatar german771-2/+3
2021-11-26input_common: Fully implement UDP controllersGravatar Narr the Reg1-2/+4
2021-11-24service/hid: Finish converting LIFO objects and address some nitsGravatar Narr the Reg2-4/+4
2021-11-24bootmanager: Use cross-platform keyboard inputGravatar german771-1/+1
2021-11-24kraken: Address comments from reviewGravatar german771-1/+2
2021-11-24core/hid: Improve accuary of mouse implementationGravatar german774-20/+33