aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/npad.h
AgeCommit message (Expand)Author
2021-09-26service/hid: Update to 13.0.0german77
2021-07-20hle: service: Add a helper module for managing kernel objects.bunnei
2021-06-22npad: Fix data race when updating devicesRodrigo Locatti
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
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: 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
2021-04-19npad: Remove duplicated class member variableLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-04-08service: hid: Stub SetAnalogStickUseCenterClampMorph
2021-02-07hid: Implement GC controllergerman
2021-02-06Merge pull request #5326 from german77/hidUpdate1bunnei
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-02-03Add footer types and address commentsgerman
2021-02-03Fix npad struct to match switchbrewgerman
2021-02-03Adds missing controller types and propertiesgerman
2021-01-27npad: Remove unused device handle parameterMorph
2021-01-24Stub Set/Get/Reset SixaxisSensorFusionParametersgerman
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2020-12-18controllers/npad: Make press_state atomicMorph
2020-12-12controllers/npad: Validate device handles before useMorph
2020-11-28Add missing types to NpadCommunicationModegerman
2020-11-26Stub set and get NpadCommunicationModegerman
2020-11-15hid: Reimplement Begin/EndPermitVibrationSessionMorph
2020-11-15general: Fix compiler warnings on linux and miscellaneous changesMorph
2020-11-15controllers/npad: Remove the old vibration filterMorph
2020-11-15hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedMorph
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-11-15hid: Mark Begin/EndPermitVibrationSession as stubsMorph
2020-11-15controllers/npad: Send an empty vibration on destruction/deactivationMorph
2020-11-15hid: Fix controller rumble based on new researchMorph
2020-11-15hid: Reorder all HID commandsMorph
2020-11-15controllers/npad: Rename NPadType to NpadStyleSetMorph
2020-11-15controllers/npad: Add DeviceHandle structMorph
2020-10-07Merge pull request #4736 from Morph1984/home-button-input-protection-stubbunnei
2020-09-30Merge pull request #4291 from german77/ImplementControllerRumbleDavid
2020-09-30hid: Stub HomeButtonInputProtection service commandsMorph
2020-09-29First implementation of controller rumblegerman
2020-09-23Use different timing for motiongerman
2020-09-20Merge pull request #4683 from Morph1984/NpadHandheldActivationMode-implbunnei
2020-09-18hid: Implement Get/SetNpadHandheldActivationModeMorph
2020-09-17Merge pull request #4594 from german77/MotionHIDbunnei
2020-09-10Merge pull request #4597 from Morph1984/mjolnir-p2bunnei
2020-09-04Remove RealMotionDevicegerman
2020-09-04Include HID and configuration changes related to motiongerman