summaryrefslogtreecommitdiff
path: root/src/core/hid (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* TAS: Immediately switch stick to TAS on inputGravatar MonsterDruide12023-01-031-9/+11
* core: hid: emulated_console: Avoid a crash if frontend does not configure tou...Gravatar bunnei2022-12-301-0/+5
* TAS: Increase accuracy of Stick inputsGravatar MonsterDruide12022-12-251-0/+7
* input_common: Add virtual gamepadGravatar german772022-12-162-0/+91
* emulated_controller: Remove unused parameter in GetMappedDevices()Gravatar Lioncash2022-12-052-3/+2
* emulated_controller: Use std::move() in GetMappedDevices()Gravatar Lioncash2022-12-051-6/+6
* emulated_console: Amend cast in SetTouch()Gravatar Lioncash2022-12-051-1/+1
* emulated_console: std::move() ParamPackages and callbacks where applicableGravatar Lioncash2022-12-051-4/+4
* Merge pull request #9273 from ameerj/per-game-profileGravatar liamwhite2022-12-041-2/+1
|\
| * Configuration: Add per-game input profilesGravatar ameerj2022-11-201-2/+1
* | externals: update dynarmic, SDL2Gravatar Liam2022-12-041-0/+1
* | Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-032-0/+2
|\ \
| * | general: fix compile for Apple ClangGravatar Liam2022-11-222-0/+2
* | | core/hid/emulated_controller: Use ranges version of transformGravatar Lioncash2022-11-281-19/+15
* | | common/input: Add helpers functions for creating input and output devicesGravatar Lioncash2022-11-283-19/+19
* | | yuzu-cmd: Fix input callback crash on closeGravatar german772022-11-271-0/+1
|/ /
* / core: hid: Implement true multitouch supportGravatar Narr the Reg2022-11-193-29/+83
|/
* Merge pull request #9113 from german77/peer_pressureGravatar liamwhite2022-10-251-0/+1
|\
| * core: hid: Add handheld to nfc devicesGravatar german772022-10-221-0/+1
* | Merge pull request #9107 from german77/gidoly_rulesGravatar liamwhite2022-10-252-41/+9
|\ \
| * | input_common: cache vibration testsGravatar german772022-10-212-41/+9
| |/
* / general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-221-11/+11
|/
* general: Fix spelling of "unknown"Gravatar Morph2022-10-161-10/+10
* input_common: have an unique vector in callback statusGravatar german772022-10-091-2/+8
* service: nfp: Fix errors to pass unit testingGravatar Narr the Reg2022-10-031-2/+4
* Merge pull request #8955 from german77/amiibo-rewriteGravatar bunnei2022-10-024-3/+123
|\