summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg2023-11-151-210/+2
* service: hid: Implement ApplyNpadSystemCommonPolicyGravatar german772023-09-161-1/+1
* service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationGravatar german772023-03-291-0/+1
* service: move hle_ipc from kernelGravatar Liam2023-03-011-110/+110
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-011-2/+1
|\
| * service: refactor server architectureGravatar Liam2023-02-211-2/+1
* | Merge pull request #9859 from liamwhite/tmem-useGravatar liamwhite2023-02-271-2/+8
|\ \
| * | hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-241-2/+8
| |/
* / core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-241-0/+1
|/
* service: hid: Only overclock npad controllersGravatar german772022-11-191-1/+3
* service: hid: Partially implement palma controllerGravatar Narr the Reg2022-09-251-0/+29
* service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedGravatar german772022-05-271-0/+1
* service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...Gravatar german772022-05-271-0/+2
* service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxis...Gravatar german772022-05-271-0/+2
* Merge pull request #8274 from german77/firmwareGravatar Morph2022-04-291-0/+1
|\
| * service: hid: Stub IsFirmwareUpdateNeededForNotificationGravatar german772022-04-271-0/+1
* | service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-231-4/+5
|/
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service: hid: Improve accuracy of sixaxis functionsGravatar Narr the Reg2022-04-181-0/+1
* hid: Stub IsUsbFullKeyControllerEnabledGravatar lat9nq2022-02-121-0/+1
* service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...Gravatar german772021-12-051-0/+2
* core/hid: Improve accuary of mouse implementationGravatar german772021-11-241-2/+2
* core/hid: Improve accuracy of the keyboard implementationGravatar german772021-11-241-0/+2
* service/hid: Remove includes of core.h and settings.hGravatar german772021-11-241-2/+2
* service/hid: Use remove duplicated code, update namesGravatar german772021-11-241-27/+0
* hid: Stub SetTouchScreenConfigurationGravatar german772021-09-101-0/+1
* hle: service: Add a helper module for managing kernel objects.Gravatar bunnei2021-07-201-1/+12
* hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorGravatar german772021-06-111-0/+1
* hle: kernel: Migrate KSharedMemory to KAutoObject.Gravatar bunnei2021-05-051-6/+0
* service: hid: Stub SetAnalogStickUseCenterClampGravatar Morph2021-04-081-0/+1
* Merge pull request #5953 from bunnei/memory-refactor-1Gravatar bunnei2021-02-271-2/+2
|\
| * hle: kernel: Rename SharedMemory to KSharedMemory.Gravatar bunnei2021-02-181-2/+2
* | hid: Implement GameCube Controller VibrationsGravatar Morph2021-02-211-0/+10
|/
* Adds missing controller types and propertiesGravatar german2021-02-031-4/+6
* Stub Set/Get/Reset SixaxisSensorFusionParametersGravatar german2021-01-241-0/+3
* Merge pull request #5021 from german77/StubCommunicationModeGravatar bunnei2020-11-281-0/+2
|\
| * Stub set and get NpadCommunicationModeGravatar german2020-11-261-0/+2
* | service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-4/+2
|/
* hid: Stub IsVibrationDeviceMountedGravatar Morph2020-11-151-0/+1
* hid: Reorder all HID commandsGravatar Morph2020-11-151-10/+10
* hid: Implement GetVibrationDeviceInfoGravatar Morph2020-11-151-0/+16
* Merge pull request #4736 from Morph1984/home-button-input-protection-stubGravatar bunnei2020-10-071-0/+2
|\
| * hid: Stub HomeButtonInputProtection service commandsGravatar Morph2020-09-301-0/+2
* | Merge pull request #4734 from german77/motionfusionGravatar bunnei2020-10-011-0/+1
|\ \ | |/ |/|
| * Stubbed EnableSixAxisSensorFusionGravatar german2020-09-301-0/+1
* | Use different timing for motionGravatar german2020-09-231-0/+2
|/
* Include HID and configuration changes related to motionGravatar german2020-09-041-0/+2
* core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash2020-07-271-1/+1
* core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-151-4/+3
* Merge pull request #4141 from Morph1984/SevenSixAxisSensorGravatar David2020-06-251-4/+9
|\