summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-0549-6514/+0
* service: hid: Remove data races when handling shared memoryGravatar Narr the Reg2024-01-0316-17/+33
* service: hid: Implement NpadResource and NpadDataGravatar Narr the Reg2024-01-039-567/+1715
* service: hid: Use applet resource to get latest shared memory handleGravatar Narr the Reg2023-12-3134-178/+622
* core: hid: Clean up headersGravatar Narr the Reg2023-12-1419-36/+15
* service: hid: Allow to create multiple instances of shared memoryGravatar Narr the Reg2023-12-1333-777/+1001
* service: hid: Improve CreateAppletResource implementation and free resourcesGravatar german772023-12-102-0/+95
* service: hid: Introduce proper AppletResource emulationGravatar Narr the Reg2023-12-062-0/+286
* Fixed controller applet crashing when on FW17+Gravatar FrozenAra2023-11-272-3/+13
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-2022-760/+867
* Implemented qlaunch version of the controller appletGravatar FrozenAra2023-11-192-31/+57
* service: hid: Introduce firmware settings and update activate controller callsGravatar Narr the Reg2023-11-164-4/+18
* core: hid: Split SL and SR buttonsGravatar german772023-11-111-2/+4
* core: hid: Fix wrong battery valuesGravatar german772023-11-021-3/+3
* core: Close all KEventsGravatar german772023-10-291-1/+3
* service: hid: Set last connected controller as activeGravatar german772023-09-231-0/+1
* Merge pull request #11519 from german77/system-policyGravatar liamwhite2023-09-162-0/+27
|\
| * service: hid: Implement ApplyNpadSystemCommonPolicyGravatar german772023-09-162-0/+27
* | hid: service: Remove outdated field from npadGravatar german772023-09-162-27/+14
* | hid: service: Implement Last active NpadGravatar german772023-09-161-0/+4
* | service: hid: Ensure state is correctGravatar german772023-09-161-8/+8
|/
* general: Use console mode helper across projectGravatar lat9nq2023-08-222-2/+2
* general: Convert use_docked_mode to an enumerationGravatar lat9nq2023-08-222-2/+2
* service: hid: Implement functions needed by QLaunchGravatar Narr the Reg2023-08-111-16/+0
* service: hid: Use span instead of vector referenceGravatar german772023-05-142-4/+4
* core: hid: Update motion on a better placeGravatar german772023-05-071-2/+2
* service: hid: Fix handle validationGravatar german772023-04-021-5/+1
* Merge pull request #9999 from german77/new_hid_hurraGravatar liamwhite2023-04-012-18/+18
|\
| * service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationGravatar german772023-03-292-18/+18
* | Merge pull request #10003 from german77/disconnectGravatar liamwhite2023-03-281-1/+2
|\ \
| * | service: hid: Silence warning on MergeSingleJoyAsDualJoyGravatar Narr the Reg2023-03-271-1/+2
| |/
* / memory: rename global memory references to application memoryGravatar Liam2023-03-231-1/+2
|/
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-224-8/+8
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* hid: Use nanosecond timestamps instead of ticksGravatar Morph2023-03-072-5/+5
* hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-244-13/+18
* core: hid: Fix native mouse mappingsGravatar Narr the Reg2023-02-213-1/+12
* core: hid: Use gyro thresholds modes set by the gameGravatar Narr the Reg2023-02-092-12/+9
* service: hid: Return error if arguments of SetSupportedNpadIdType is invalidGravatar Narr the Reg2023-02-072-3/+11
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-032-3/+5
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-022-5/+3
* Merge pull request #9696 from german77/please_forgive_me_for_this_sinGravatar bunnei2023-02-011-0/+3
|\
| * input_common: Implement turbo buttonsGravatar german772023-02-011-0/+3
* | Merge pull request #9508 from ameerj/hle-ipc-buffer-spanGravatar bunnei2023-01-302-3/+5
|\ \ | |/ |/|
| * hidbus: Use ReadBufferSpanGravatar ameerj2022-12-282-3/+5
| * service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-252-2/+2
* | core: hid: Only set the polling mode to the correct sideGravatar Narr the Reg2023-01-191-1/+13
* | core: hid: Fix input regressionsGravatar Narr the Reg2023-01-191-0/+1
* | service: hid: Set led pattern and fix color detectionGravatar Narr the Reg2023-01-191-0/+5
|/
* Merge pull request #9107 from german77/gidoly_rulesGravatar liamwhite2022-10-251-2/+2
|\