summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Close all KEventsGravatar german772023-10-293-2/+11
* service: hid: Set last connected controller as activeGravatar german772023-09-231-0/+1
* Merge pull request #11519 from german77/system-policyGravatar liamwhite2023-09-164-8/+52
|\
| * service: hid: Implement ApplyNpadSystemCommonPolicyGravatar german772023-09-164-8/+52
* | hid: service: Remove outdated field from npadGravatar german772023-09-162-27/+14
* | hid: service: Implement Last active NpadGravatar german772023-09-162-1/+5
* | 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-112-24/+60
* core_timing: Use CNTPCT as the guest CPU tickGravatar Morph2023-06-071-1/+0
* service: hid: Use span instead of vector referenceGravatar german772023-05-143-14/+14
* 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-014-22/+56
|\
| * service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationGravatar german772023-03-294-22/+56
* | 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-233-12/+13
|/
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-228-16/+16
* general: fix spelling mistakesGravatar Liam2023-03-123-3/+3
* hid: Use nanosecond timestamps instead of ticksGravatar Morph2023-03-072-5/+5
* service: move hle_ipc from kernelGravatar Liam2023-03-016-288/+288
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-012-10/+14
|\
| * service: refactor server architectureGravatar Liam2023-02-212-10/+14
* | Merge pull request #9859 from liamwhite/tmem-useGravatar liamwhite2023-02-2720-69/+91
|\ \
| * | hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-2420-69/+91
* | | Merge pull request #9857 from german77/fwupdateGravatar liamwhite2023-02-252-0/+7
|\ \ \
| * | | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-242-0/+7
| |/ /
* / / core: hidbus: Fix BusType sizeGravatar Narr the Reg2023-02-242-15/+15
|/ /
* / core: hid: Fix native mouse mappingsGravatar Narr the Reg2023-02-213-1/+12
|/
* Merge pull request #9796 from liamwhite/currentGravatar liamwhite2023-02-153-10/+10
|\
| * general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-133-10/+10
* | service: remove deleted servicesGravatar Liam2023-02-141-14/+0
|/
* core: hid: Use gyro thresholds modes set by the gameGravatar Narr the Reg2023-02-093-15/+12
* service: hid: Return error if arguments of SetSupportedNpadIdType is invalidGravatar Narr the Reg2023-02-074-6/+15
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-0310-12/+16
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-0210-16/+12
* 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-3010-12/+16
|\ \ | |/ |/|
| * hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-282-5/+5
| * hidbus: Use ReadBufferSpanGravatar ameerj2022-12-2811-12/+16
| * service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-253-6/+6
* | core: hid: Only set the polling mode to the correct sideGravatar Narr the Reg2023-01-193-12/+35
* | input_common: Fix issue where ring and irs are enabled at the same timeGravatar german772023-01-191-3/+1
* | input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-191-0/+11
* | core: hid: Fix input regressionsGravatar Narr the Reg2023-01-192-12/+13
* | service: hid: Set led pattern and fix color detectionGravatar Narr the Reg2023-01-191-0/+5
* | core: hid: Migrate ring from emulated devices to emulated controllerGravatar Narr the Reg2023-01-192-4/+6
|/