aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/npad.cpp
AgeCommit message (Expand)Author
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
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-04-02HID: Fix SL and SR buttons for right joycongerman77
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-17npad: Add check for HANDHELD_INDEX in UpdateControllerAt()Morph
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-26Stub set and get NpadCommunicationModegerman
2020-11-15hid: Reimplement Begin/EndPermitVibrationSessionMorph
2020-11-15controllers/npad: Load input devices on initMorph
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-15configure_input: Add per-player vibrationMorph
2020-11-15settings: Remove global vibration strength modifierMorph
2020-11-15hid: Mark Begin/EndPermitVibrationSession as stubsMorph