aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid
AgeCommit message (Collapse)Author
2023-10-29core: Close all KEventsgerman77
2023-09-23service: hid: Set last connected controller as activegerman77
2023-09-16Merge pull request #11519 from german77/system-policyliamwhite
service: hid: Implement ApplyNpadSystemCommonPolicy
2023-09-16service: hid: Implement ApplyNpadSystemCommonPolicygerman77
2023-09-16hid: service: Remove outdated field from npadgerman77
2023-09-16hid: service: Implement Last active Npadgerman77
2023-09-16service: hid: Ensure state is correctgerman77
2023-08-22general: Use console mode helper across projectlat9nq
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq
Allows some special interactions with it in the Qt frontend.
2023-08-11service: hid: Implement functions needed by QLaunchNarr the Reg
2023-06-07core_timing: Use CNTPCT as the guest CPU tickMorph
Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
2023-05-14service: hid: Use span instead of vector referencegerman77
2023-05-07core: hid: Update motion on a better placegerman77
2023-04-02service: hid: Fix handle validationgerman77
2023-04-01Merge pull request #9999 from german77/new_hid_hurraliamwhite
service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination
2023-03-29service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationgerman77
Used by Let's Get Fit
2023-03-28Merge pull request #10003 from german77/disconnectliamwhite
service: hid: Silence warning on MergeSingleJoyAsDualJoy
2023-03-27service: hid: Silence warning on MergeSingleJoyAsDualJoyNarr the Reg
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-07hid: Use nanosecond timestamps instead of ticksMorph
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
service: HLE multiprocess
2023-02-27Merge pull request #9859 from liamwhite/tmem-useliamwhite
service: avoid direct pointer access of transfer memory objects
2023-02-25Merge pull request #9857 from german77/fwupdateliamwhite
core: Update service function tables to 16.0.0+
2023-02-24core: hidbus: Fix BusType sizeNarr the Reg
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam
2023-02-21core: hid: Fix native mouse mappingsNarr the Reg
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
general: rename CurrentProcess to ApplicationProcess
2023-02-14service: remove deleted servicesLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-09core: hid: Use gyro thresholds modes set by the gameNarr the Reg
2023-02-07service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵liamwhite
ReadBuffer"
2023-02-01Merge pull request #9696 from german77/please_forgive_me_for_this_sinbunnei
input_common: Implement turbo buttons
2023-02-01input_common: Implement turbo buttonsgerman77
2023-01-30Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timegerman77
2023-01-19input_common: Implement joycon ir cameraNarr the Reg
2023-01-19core: hid: Fix input regressionsNarr the Reg
2023-01-19service: hid: Set led pattern and fix color detectionNarr the Reg
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28hidbus: Use ReadBufferSpanameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj