summaryrefslogtreecommitdiff
path: root/src/core/hid (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2315-45/+30
* service: hid: Improve accuracy of sixaxis functionsGravatar Narr the Reg2022-04-181-2/+3
* yuzu: Add custom ringcon configurationGravatar german772022-04-162-0/+79
* core: hid: Fix double lock on softlock and forced updatesGravatar Narr the Reg2022-04-071-2/+12
* core: hid: Replace lock_guard with scoped_lockGravatar Narr the Reg2022-04-073-44/+44
* core: hid: Reduce the amount of dataracesGravatar german772022-04-076-176/+246
* Merge pull request #7867 from german77/amiiboGravatar bunnei2022-02-192-2/+15
|\
| * nfp: Separate nfc tag from amiibo dataGravatar Narr the Reg2022-02-101-2/+7
| * nfp: Improve implementationGravatar german772022-02-082-0/+8
* | general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-053-11/+11
* | input/hid: Migrate to the new UUID implementationGravatar Morph2022-02-053-15/+16
|/
* Merge pull request #7839 from german77/batteryGravatar bunnei2022-02-041-1/+1
|\
| * yuzu: ui: Improve battery symbolsGravatar Narr the Reg2022-02-021-1/+1
* | general: Move deleted copy/move constructor/assignment operators to public in...Gravatar Lioncash2022-02-023-2/+2
|/
* input_common: Add option to configure gyro thresholdGravatar german772022-01-232-2/+3
* Merge pull request #7710 from german77/just-shake-itGravatar bunnei2022-01-201-1/+1
|\
| * core/hid: Increment shake forceGravatar Narr the Reg2022-01-141-1/+1
* | Merge pull request #7728 from v1993/patch-4Gravatar Mai M2022-01-171-1/+1
|\ \
| * | hid: fix std::transform callGravatar Valeri2022-01-171-1/+1
* | | Correct assignment source for rotationsGravatar Valeri2022-01-171-1/+1
|/ /
* | Merge pull request #7700 from german77/no-gyroGravatar bunnei2022-01-131-1/+1
|\ \ | |/ |/|
| * core/hid: Reduce gyro threshold even moreGravatar Narr the Reg2022-01-111-1/+1
* | Merge pull request #7633 from german77/hotkeysGravatar bunnei2022-01-113-1/+75
|\ \ | |/ |/|
| * yuzu: Add controller hotkeysGravatar german772022-01-062-0/+29
| * core/hid: Add home and screenshot button supportGravatar german772022-01-063-1/+46
* | Merge pull request #7682 from german77/udp_fixGravatar bunnei2022-01-081-2/+6
|\ \
| * | yuzu: Use pad parameter to choose the correct controllerGravatar german772022-01-071-2/+6
| |/
* / core/hid: Set minimum gyro thresholdGravatar german772022-01-061-0/+1
|/
* core/hid: Add fallback to fullkey controllersGravatar german772022-01-012-4/+36
* core/hid: Fix controller type validationGravatar german772021-12-292-8/+14
* Merge pull request #7481 from german77/gyro-biasGravatar bunnei2021-12-214-6/+16
|\
| * service/hid: Improve console motion accuracyGravatar Narr the Reg2021-12-124-6/+16
* | core/hid: Cancel any vibration after the testGravatar Narr the Reg2021-12-162-12/+14
* | core/hid: Fix faulty analog triggersGravatar Narr the Reg2021-12-141-2/+2
* | common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2021-12-136-92/+118
* | service/hid: Implement SetNpadJoyAssignmentModeGravatar german772021-12-052-0/+13
|/
* core/hid: Add missing controller typeGravatar german772021-12-051-0/+2
* core/hid: Ensure only valid npad are connectedGravatar german772021-12-045-1/+70
* input_interpreter: Make use of NpadButton instead of a u64Gravatar Morph2021-11-292-9/+9
* core: hid: hid_types: Add "All" to NpadButtonGravatar Morph2021-11-291-0/+2
* core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationGravatar Morph2021-11-292-0/+32
* core: hid: Mark constructors as explicitGravatar Morph2021-11-292-2/+2
* core: hid: Cleanup and amend documentationGravatar Morph2021-11-294-69/+76
* settings: Add debug setting to enable all controllersGravatar german772021-11-271-0/+20
* config: Remove vibration configurationGravatar german772021-11-261-2/+3
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-261-2/+4
* service/hid: Finish converting LIFO objects and address some nitsGravatar Narr the Reg2021-11-242-4/+4
* bootmanager: Use cross-platform keyboard inputGravatar german772021-11-241-1/+1
* kraken: Address comments from reviewGravatar german772021-11-241-1/+2
* core/hid: Improve accuary of mouse implementationGravatar german772021-11-244-20/+33