summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: hid: Improve CreateAppletResource implementation and free resourcesGravatar german772023-12-106-13/+149
* service: hid: Introduce proper AppletResource emulationGravatar Narr the Reg2023-12-069-13/+524
* Fixed controller applet crashing when on FW17+Gravatar FrozenAra2023-11-274-3/+30
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-2028-1338/+1575
* Merge pull request #12011 from Macj0rdan/controller-appletGravatar Narr the Reg2023-11-205-56/+352
|\
| * Implemented qlaunch version of the controller appletGravatar FrozenAra2023-11-195-56/+352
* | service: hid: Ensure resource manager is initializedGravatar Squall-Leonhart2023-11-201-1/+1
|/
* service: hid: Introduce firmware settings and update activate controller callsGravatar Narr the Reg2023-11-1611-54/+293
* service: hid: Implement xpad callsGravatar Narr the Reg2023-11-162-36/+139
* Merge pull request #12038 from german77/no_implementGravatar liamwhite2023-11-1611-3055/+3252
|\
| * service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg2023-11-1511-3055/+3252
* | core: hid: Split SL and SR buttonsGravatar german772023-11-111-2/+4
|/
* service: irs: Implement moment image processorGravatar Narr the Reg2023-11-116-17/+169
* service: hid: Silence EnableUnintendedHomeButtonInputProtectionGravatar german772023-11-031-7/+5
* Merge pull request #11948 from german77/hard_ringGravatar liamwhite2023-11-031-3/+3
|\
| * service: hid: Ensure GetNextEntryIndex can't failGravatar german772023-11-021-3/+3
* | core: hid: Fix wrong battery valuesGravatar german772023-11-021-3/+3
|/
* 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