summaryrefslogtreecommitdiffstats
path: root/src/core/hid (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-04externals: update dynarmic, SDL2Liam1-0/+1
2022-11-28core/hid/emulated_controller: Use ranges version of transformLioncash1-19/+15
2022-11-28common/input: Add helpers functions for creating input and output devicesLioncash3-19/+19
2022-11-27yuzu-cmd: Fix input callback crash on closegerman771-0/+1
2022-11-23general: fix compile for Apple ClangLiam2-0/+2
2022-11-20Configuration: Add per-game input profilesameerj1-2/+1
2022-11-19core: hid: Implement true multitouch supportNarr the Reg3-29/+83
2022-10-22core: hid: Add handheld to nfc devicesgerman771-0/+1
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph1-11/+11
2022-10-21input_common: cache vibration testsgerman772-41/+9
2022-10-16general: Fix spelling of "unknown"Morph1-10/+10
2022-10-09input_common: have an unique vector in callback statusgerman771-2/+8
2022-10-04service: nfp: Fix errors to pass unit testingNarr the Reg1-2/+4
2022-10-02service: nfp: address commentsgerman771-1/+1
2022-10-02core: hid: Add nfc support to emulated controllergerman774-3/+123
2022-10-01Fix "controller.colors_state.right" being "left"Zwip-Zwap Zapony1-1/+1
2022-09-06input_common: Add support for analog toggleNarr the Reg1-0/+3
2022-09-05core: hid: Fix GC triggers overwritting ZL and ZR buttonsNarr the Reg1-0/+15
2022-08-08hid: core: Properly emulate controller color and battery levelNarr the Reg3-10/+35
2022-08-06hid: core: Delay the stop vibration command when testingNarr the Reg1-0/+4
2022-07-24service: irs: Move to IRS namespace and minor fixesgerman771-7/+4
2022-07-24core: hid: Add cammera supportgerman775-3/+422
2022-07-11core: hid: Add fallback for dualjoycon and pro controllersgerman772-1/+35
2022-06-29service: hid: Correct some mistakes and add more validationsNarr the Reg1-0/+1
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-2/+2
2022-05-27service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedgerman771-0/+10
2022-05-27service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisSensorIcInformationgerman771-0/+33
2022-05-23input_common: Make vibration request asyncNarr the Reg1-5/+29
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772-4/+15
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