aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.cpp
AgeCommit message (Expand)Author
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
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-05-27service: hid: Implement MergeSingleJoyAsDualJoy according to REgerman77
2022-05-27service: hid: Add error handling to setNpadAssignment and variantsgerman77
2022-05-27service: hid: Quick RE fixes and commentsgerman77
2022-05-06service: hid: Fix motion refresh rateNarr the Reg
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-04-16hidbus: Implement hidbus and ringcongerman77
2022-04-05service: hid: Partially revert #8123german77
2022-04-02Merge pull request #8123 from german77/bombslingerbunnei
2022-03-31service: hid: Remove inaccurate behavior on initializationgerman77
2022-03-30service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandleNarr the Reg
2022-02-12hid: Stub IsUsbFullKeyControllerEnabledlat9nq
2022-01-19service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClampgerman77
2022-01-12service/hid: Decrease motion update rateNarr the Reg
2021-12-16core/hid: Cancel any vibration after the testNarr the Reg
2021-12-07Merge pull request #7521 from german77/dual_single_joyconsbunnei
2021-12-05service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...german77
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman77
2021-11-27core/hid: Stub GetUniquePadsFromNpadNarr the Reg
2021-11-24core/hid: Improve accuary of mouse implementationgerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24core/hid: Remove usage of native types, fix a couple of errors with motiongerman77
2021-11-24service/hid: Remove includes of core.h and settings.hgerman77
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24service/hid: Use remove duplicated code, update namesgerman77
2021-11-24settings: Cleanup settingsgerman77
2021-11-03core: Remove unused includesameerj
2021-10-07service: Reduce header include overheadMorph
2021-09-29style: Remove extra space preceding the :: operatorMorph
2021-09-26service/hid: Update to 13.0.0german77
2021-09-10hid: Stub SetTouchScreenConfigurationgerman77
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-06-11hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorgerman77
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-24hid: ApplyNpadSystemCommonPolicyChloe Marcec
2021-05-05hle: kernel: Migrate KClientPort to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...bunnei
2021-05-05hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei