summaryrefslogtreecommitdiff
path: root/src/core/hid (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12151 from german77/no-crashGravatar liamwhite2023-11-252-0/+51
|\
| * core: hid: Ensure output devices are initializedGravatar Narr the Reg2023-11-242-0/+51
* | service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-205-70/+40
|/
* Implemented qlaunch version of the controller appletGravatar FrozenAra2023-11-191-0/+7
* Merge pull request #12038 from german77/no_implementGravatar liamwhite2023-11-163-11/+12
|\
| * service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg2023-11-153-11/+12
* | core: hid: Split SL and SR buttonsGravatar german772023-11-111-8/+20
|/
* core: hid: Signal color updatesGravatar Narr the Reg2023-11-042-12/+28
* core: hid: Fix wrong battery valuesGravatar german772023-11-022-12/+17
* Reduce core timing mutex contentionGravatar Kelebek12023-09-192-5/+8
* hid: service: Implement Last active NpadGravatar german772023-09-162-0/+15
* service: hid: Implement functions needed by QLaunchGravatar Narr the Reg2023-08-111-0/+26
* service: nfc: Ensure controller is in the correct modeGravatar german772023-07-022-0/+20
* core: hid: Allow to read bin files while switch controller is availableGravatar german772023-06-241-4/+10
* input_common: Dont try to read/write data from 3rd party controllersGravatar german772023-06-241-0/+5
* input_common: Implement native mifare supportGravatar Narr the Reg2023-06-213-16/+100
* core: hid: Finish linking motion from virtual controllersGravatar Narr the Reg2023-06-034-9/+55
* input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-211-2/+7
* core: hid: Allow to calibrate gyro sensorGravatar Narr the Reg2023-05-084-1/+40
* core: hid: Update motion on a better placeGravatar german772023-05-073-19/+17
* Merge pull request #10174 from german77/motriodGravatar bunnei2023-05-061-0/+7
|\
| * input_common: Add experimental motion to buttonGravatar german772023-05-051-0/+7
* | Merge pull request #10167 from german77/motion_previewGravatar liamwhite2023-05-065-4/+42
|\ \
| * | input_common: Add property to invert an axis buttonGravatar Narr the Reg2023-05-051-0/+1
| * | yuzu: Add motion preview to controller inputGravatar Narr the Reg2023-05-054-4/+41
| |/
* / core: hid: Fix state of capture and home buttonsGravatar german772023-05-041-0/+4
|/
* core: hid: Remove deadzone of virtual controllerGravatar german772023-04-151-0/+4
* general: fix spelling mistakesGravatar Liam2023-03-124-8/+8
* Revert "yuzu: config: Remove player 8 and 9 from config file"Gravatar Narr the Reg2023-02-263-98/+13
* yuzu: config: Remove player 8 and 9 from config fileGravatar Narr the Reg2023-02-253-13/+98
* Merge pull request #9848 from german77/metroid_motionGravatar liamwhite2023-02-253-2/+30
|\
| * core: hid: Restore motion state on refresh and clamp motion valuesGravatar Narr the Reg2023-02-213-2/+30
* | core: hid: Fix native mouse mappingsGravatar Narr the Reg2023-02-212-62/+50
|/
* input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-162-1/+5
* core: hid: Use gyro thresholds modes set by the gameGravatar Narr the Reg2023-02-095-6/+55
* input_common: Implement turbo buttonsGravatar german772023-02-012-1/+80
* Revert 9617 and fix it on input_commonGravatar Narr the Reg2023-01-251-10/+2
* Merge pull request #9492 from german77/joycon_releaseGravatar liamwhite2023-01-246-153/+295
|\
| * core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicableGravatar Narr the Reg2023-01-201-67/+38
| * core: hid: Only set the polling mode to the correct sideGravatar Narr the Reg2023-01-192-9/+23
| * input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-192-9/+17
| * yuzu: Add ring controller test buttonGravatar german772023-01-192-5/+9
| * input_common: Use DriverResult on all enginesGravatar german772023-01-191-5/+5
| * Address review commentsGravatar german772023-01-191-4/+2
| * core: hid: Fix input regressionsGravatar Narr the Reg2023-01-192-25/+42
| * input_common: Implement joycon nfcGravatar german772023-01-191-1/+2
| * core: hid: Enable pulling color data from controllersGravatar Narr the Reg2023-01-194-1/+115
| * core: hid: Migrate ring from emulated devices to emulated controllerGravatar Narr the Reg2023-01-194-65/+80
* | core: hid: Fix stick minimum rangeGravatar german772023-01-141-2/+10
|/
* input_common: Create an update engineGravatar Narr the Reg2023-01-051-10/+0