summaryrefslogtreecommitdiffstats
path: root/src/core/hid (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-27yuzu: Config allow to delete single axis directions when buttons are mapped to a stickNarr the Reg1-2/+2
2022-04-24service: hid: Ensure all structs are initializedNarr the Reg1-36/+36
2022-04-23general: Convert source file copyright comments over to SPDXMorph15-45/+30
2022-04-18service: hid: Improve accuracy of sixaxis functionsNarr the Reg1-2/+3
2022-04-16yuzu: Add custom ringcon configurationgerman772-0/+79
2022-04-08core: hid: Fix double lock on softlock and forced updatesNarr the Reg1-2/+12
2022-04-07core: hid: Replace lock_guard with scoped_lockNarr the Reg3-44/+44
2022-04-07core: hid: Reduce the amount of dataracesgerman776-176/+246
2022-02-10nfp: Separate nfc tag from amiibo dataNarr the Reg1-2/+7
2022-02-08nfp: Improve implementationgerman772-0/+8
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph3-11/+11
2022-02-05input/hid: Migrate to the new UUID implementationMorph3-15/+16
2022-02-02yuzu: ui: Improve battery symbolsNarr the Reg1-1/+1
2022-02-02general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash3-2/+2
2022-01-24input_common: Add option to configure gyro thresholdgerman772-2/+3
2022-01-17hid: fix std::transform callValeri1-1/+1
2022-01-17Correct assignment source for rotationsValeri1-1/+1
2022-01-14core/hid: Increment shake forceNarr the Reg1-1/+1
2022-01-12core/hid: Reduce gyro threshold even moreNarr the Reg1-1/+1
2022-01-07yuzu: Use pad parameter to choose the correct controllergerman771-2/+6
2022-01-07yuzu: Add controller hotkeysgerman772-0/+29
2022-01-07core/hid: Add home and screenshot button supportgerman773-1/+46
2022-01-07core/hid: Set minimum gyro thresholdgerman771-0/+1
2022-01-02core/hid: Add fallback to fullkey controllersgerman772-4/+36
2021-12-30core/hid: Fix controller type validationgerman772-8/+14
2021-12-16core/hid: Cancel any vibration after the testNarr the Reg2-12/+14
2021-12-15core/hid: Fix faulty analog triggersNarr the Reg1-2/+2
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash6-92/+118
2021-12-13service/hid: Improve console motion accuracyNarr the Reg4-6/+16
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman772-0/+13
2021-12-05core/hid: Add missing controller typegerman771-0/+2
2021-12-05core/hid: Ensure only valid npad are connectedgerman775-1/+70
2021-11-30input_interpreter: Make use of NpadButton instead of a u64Morph2-9/+9
2021-11-30core: hid: hid_types: Add "All" to NpadButtonMorph1-0/+2
2021-11-29core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationMorph2-0/+32
2021-11-29core: hid: Mark constructors as explicitMorph2-2/+2
2021-11-29core: hid: Cleanup and amend documentationMorph4-69/+76
2021-11-28settings: Add debug setting to enable all controllersgerman771-0/+20
2021-11-27config: Remove vibration configurationgerman771-2/+3
2021-11-26input_common: Fully implement UDP controllersNarr the Reg1-2/+4
2021-11-25service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2-4/+4
2021-11-25bootmanager: Use cross-platform keyboard inputgerman771-1/+1
2021-11-25kraken: Address comments from reviewgerman771-1/+2
2021-11-25core/hid: Improve accuary of mouse implementationgerman774-20/+33
2021-11-25core/hid: Fully implement native mousegerman775-56/+165
2021-11-25input_common: Allow keyboard to be backwards compatiblegerman771-6/+22
2021-11-25core/hid: Improve accuracy of the keyboard implementationgerman772-132/+269
2021-11-25core/hid: Fix keyboard alignmentgerman771-12/+13
2021-11-25core/hid: Remove usage of native types, fix a couple of errors with motiongerman774-8/+69
2021-11-25service/hid: Remove includes of core.h and settings.hgerman773-3/+2
2021-11-25service/hid: Add support for new controllersgerman771-1/+1
2021-11-25settings: Fix controller preview not displaying the correct controllergerman771-2/+2
2021-11-25core/hid: Rename NpadType to NpadStyleIndexgerman773-34/+41
2021-11-25config: Cleanup and documentationgerman771-1/+5
2021-11-25core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772-13/+61
2021-11-25core/hid: Fully emulate motion from buttongerman774-36/+70
2021-11-25second commit lion reviewgerman776-11/+29
2021-11-25settings: Fix Debug controller type optionsgerman773-6/+12
2021-11-25kraken: Address comments from reviewgerman778-146/+173
2021-11-25input_common: Revert deleted TAS functionsgerman771-22/+22
2021-11-25core/hid: Explain better what a temporary value doesgerman772-24/+28
2021-11-25core/hid: Update structs to 13.1.0german773-8/+18
2021-11-25core/hid: Add TAS inputgerman772-0/+81
2021-11-25input_common: Add multiple vibration curvesgerman771-1/+9
2021-11-25core/hid: Rework battery mappingsgerman774-30/+54
2021-11-25input_common: Add manual update options to input devicesgerman771-0/+9
2021-11-25settings: Fix mouse and keyboard mappingsgerman773-11/+19
2021-11-25Morph review first wavegerman778-57/+57
2021-11-25yuzu: Fix loading input profilesgerman771-0/+2
2021-11-25kraken: Address comments from reviewgerman775-8/+14
2021-11-25service/hid: Fix gesture inputgerman773-27/+37
2021-11-25configuration: Migrate controller settings to emulated controllergerman774-4/+30
2021-11-25core/hid: Fix rumble too strong at 1%german771-12/+22
2021-11-25core/hid: Only signal when neededgerman773-126/+141
2021-11-25hid: Fix controller connection/disconnectiongerman774-30/+95
2021-11-25core/hid: Documment some filesgerman774-52/+265
2021-11-25kraken: Fix errors from rebase and format filesgerman771-1/+5
2021-11-25core/hid: Add output devicesgerman773-29/+121
2021-11-25core: Update input interpretergerman772-51/+18
2021-11-25core/hid: Add emulated controllersgerman778-0/+2017
2021-11-25core/hid: Move motion_input, create input converter and hid_typesgerman775-0/+1159
2021-11-25core/hid: Move input_interpreter to hidgerman772-0/+206