aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/npad.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: Add error handling to sixaxis functionsgerman77
2022-05-27service: hid: Refractor sixaxis functionsgerman77
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-05-06service: hid: Disable correctly motion inputgerman77
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-07core/hle: Replace lock_guard with scoped_lockMerry
2022-03-31service: hid: Remove inaccurate behavior on initializationgerman77
2021-12-16core/hid: Cancel any vibration after the testNarr the Reg
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman77
2021-12-04core/hid: Ensure only valid npad are connectedgerman77
2021-11-29npad: Return NpadButton in GetAndResetPressStateMorph
2021-11-29general: Fix handheld typoMorph
2021-11-27settings: Add debug setting to enable all controllersgerman77
2021-11-24service/hid: Finish converting LIFO objects and address some nitsNarr the Reg
2021-11-24kraken: Address comments from reviewgerman77
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-24service/hid: Add support for new controllersgerman77
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24second commit lion reviewgerman77
2021-11-24core/hid: Update structs to 13.1.0german77
2021-11-24core/hid: Rework battery mappingsgerman77
2021-11-24Morph review first wavegerman77
2021-11-24service/hid: Match shared memory closer to HWgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Only signal when neededgerman77
2021-11-24hid: Fix controller connection/disconnectiongerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24service/hid: Rewrite npad to use ring lifo and the emulated controllergerman77
2021-11-03core: Remove unused includesameerj
2021-07-20hle: service: hid: npad: Remove unused kernel reference.bunnei
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-07-10npad: Disable vibration check if disabledgerman77
2021-06-22npad: Fix data race when updating devicesRodrigo Locatti
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-23hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman77