summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8510 from german77/vibrationGravatar liamwhite2022-07-141-2/+2
|\
| * input_common: sdl: lower vibration frequency and use it's own unique threadGravatar german772022-06-281-2/+2
* | PRGravatar Kelebek12022-07-102-5/+4
* | Rework CoreTimingGravatar Kelebek12022-07-102-38/+20
* | service: hid: Correct some mistakes and add more validationsGravatar Narr the Reg2022-06-284-40/+75
|/
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-265-74/+73
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-132-5/+5
* service: hid: Fix gesture regressionGravatar Narr the Reg2022-06-102-4/+3
* service: hid: Improve stub of IRSGravatar Narr the Reg2022-05-312-21/+460
* Merge pull request #8368 from german77/seventimesGravatar bunnei2022-05-305-368/+600
|\
| * service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedGravatar german772022-05-274-6/+115
| * service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...Gravatar german772022-05-274-3/+103
| * service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxis...Gravatar german772022-05-274-2/+88
| * service: hid: Add error handling to sixaxis functionsGravatar german772022-05-273-31/+55
| * service: hid: Refractor sixaxis functionsGravatar german772022-05-272-185/+88
| * service: hid: Implement MergeSingleJoyAsDualJoy according to REGravatar german772022-05-274-65/+57
| * service: hid: Add error handling to setNpadAssignment and variantsGravatar german772022-05-273-23/+27
| * service: hid: Quick RE fixes and commentsGravatar german772022-05-274-54/+68
* | input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772022-05-231-1/+5
|/
* service: hid: Fix motion refresh rateGravatar Narr the Reg2022-05-062-2/+6
* service: hid: Disable correctly motion inputGravatar german772022-05-061-50/+41
* Merge pull request #8274 from german77/firmwareGravatar Morph2022-04-292-1/+21
|\
| * service: hid: Stub IsFirmwareUpdateNeededForNotificationGravatar german772022-04-272-1/+21
* | service: hid: Ensure all structs are initializedGravatar Narr the Reg2022-04-2315-68/+69
* | service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-2321-305/+347
|/
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2338-114/+76
* service: hid: Improve accuracy of sixaxis functionsGravatar Narr the Reg2022-04-185-97/+360
* yuzu: Add custom ringcon configurationGravatar german772022-04-165-64/+54
* hidbus: Implement hidbus and ringconGravatar german772022-04-1611-26/+1645
* core/hle: Replace lock_guard with scoped_lockGravatar Merry2022-04-071-1/+1
* service: hid: Partially revert #8123Gravatar german772022-04-051-0/+4
* Merge pull request #8123 from german77/bombslingerGravatar bunnei2022-04-023-66/+69
|\
| * service: npad: Default initialize shared memoryGravatar german772022-04-021-48/+48
| * service: hid: Remove inaccurate behavior on initializationGravatar german772022-03-313-18/+21
* | service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandleGravatar Narr the Reg2022-03-301-0/+4
|/
* core: Reduce unused includesGravatar ameerj2022-03-1910-20/+2
* hid: Stub IsUsbFullKeyControllerEnabledGravatar lat9nq2022-02-122-1/+12
* service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClampGravatar german772022-01-191-1/+2
* service/hid: Decrease motion update rateGravatar Narr the Reg2022-01-121-1/+2
* Merge pull request #7481 from german77/gyro-biasGravatar bunnei2021-12-212-14/+16
|\
| * service/hid: Improve console motion accuracyGravatar Narr the Reg2021-12-122-14/+16
* | core/hid: Cancel any vibration after the testGravatar Narr the Reg2021-12-163-11/+5
* | Merge pull request #7521 from german77/dual_single_joyconsGravatar bunnei2021-12-073-38/+161
|\ \ | |/ |/|
| * service/hid: Implement SetNpadJoyAssignmentModeGravatar german772021-12-053-38/+161
* | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...Gravatar german772021-12-052-2/+35
|/
* core/hid: Ensure only valid npad are connectedGravatar german772021-12-041-17/+13
* npad: Return NpadButton in GetAndResetPressStateGravatar Morph2021-11-292-5/+5
* general: Fix handheld typoGravatar Morph2021-11-291-1/+1
* Merge pull request #7438 from german77/homebrew2Gravatar bunnei2021-11-281-1/+13
|\
| * core/hid: Stub GetUniquePadsFromNpadGravatar Narr the Reg2021-11-271-1/+13