aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/hid.h
AgeCommit message (Expand)Author
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-09-16service: hid: Implement ApplyNpadSystemCommonPolicygerman77
2023-03-29service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationgerman77
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
2023-02-27Merge pull request #9859 from liamwhite/tmem-useliamwhite
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-21service: refactor server architectureLiam
2022-11-19service: hid: Only overclock npad controllersgerman77
2022-09-25service: hid: Partially implement palma controllerNarr the Reg
2022-05-27service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedgerman77
2022-05-27service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...german77
2022-05-27service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxis...german77
2022-04-29Merge pull request #8274 from german77/firmwareMorph
2022-04-27service: hid: Stub IsFirmwareUpdateNeededForNotificationgerman77
2022-04-23service: hid: Access shared memory directlyNarr the Reg
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-18service: hid: Improve accuracy of sixaxis functionsNarr the Reg
2022-02-12hid: Stub IsUsbFullKeyControllerEnabledlat9nq
2021-12-05service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...german77
2021-11-24core/hid: Improve accuary of mouse implementationgerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24service/hid: Remove includes of core.h and settings.hgerman77
2021-11-24service/hid: Use remove duplicated code, update namesgerman77
2021-09-10hid: Stub SetTouchScreenConfigurationgerman77
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-06-11hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorgerman77
2021-05-05hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei
2021-04-08service: hid: Stub SetAnalogStickUseCenterClampMorph
2021-02-27Merge pull request #5953 from bunnei/memory-refactor-1bunnei
2021-02-21hid: Implement GameCube Controller VibrationsMorph
2021-02-18hle: kernel: Rename SharedMemory to KSharedMemory.bunnei
2021-02-03Adds missing controller types and propertiesgerman
2021-01-24Stub Set/Get/Reset SixaxisSensorFusionParametersgerman
2020-11-28Merge pull request #5021 from german77/StubCommunicationModebunnei
2020-11-26Stub set and get NpadCommunicationModegerman
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-15hid: Stub IsVibrationDeviceMountedMorph
2020-11-15hid: Reorder all HID commandsMorph
2020-11-15hid: Implement GetVibrationDeviceInfoMorph
2020-10-07Merge pull request #4736 from Morph1984/home-button-input-protection-stubbunnei
2020-10-01Merge pull request #4734 from german77/motionfusionbunnei
2020-09-30Stubbed EnableSixAxisSensorFusiongerman
2020-09-30hid: Stub HomeButtonInputProtection service commandsMorph
2020-09-23Use different timing for motiongerman
2020-09-04Include HID and configuration changes related to motiongerman
2020-07-27core_timing: Make use of uintptr_t to represent user_dataLioncash
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash
2020-06-25Merge pull request #4141 from Morph1984/SevenSixAxisSensorDavid