aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/npad.h
AgeCommit message (Expand)Author
2021-12-16core/hid: Cancel any vibration after the testNarr the Reg
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman77
2021-11-29npad: Return NpadButton in GetAndResetPressStateMorph
2021-11-24service/hid: Finish converting LIFO objects and address some nitsNarr the Reg
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-24second commit lion reviewgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Update structs to 13.1.0german77
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-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-24settings: Cleanup settingsgerman77
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