aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers
AgeCommit message (Expand)Author
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: Improve accuary of mouse implementationgerman77
2021-11-24core/hid: Fully implement native mousegerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24core/hid: Fix keyboard alignmentgerman77
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-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Update structs to 13.1.0german77
2021-11-24core/hid: Rework battery mappingsgerman77
2021-11-24service/hid: Fix memory allocated incorrectlygerman77
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-24service/hid: Use ring buffer for gesturesgerman77
2021-11-24service/hid: Fix gesture inputgerman77
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-24service/hid: Update console sixaxis to the emulated consolegerman77
2021-11-24service/hid: Update mouse and keyboard to use ring lifo and the emulated devicegerman77
2021-11-24service/hid: Update touch and gestures to use ring lifo and the emulated consolegerman77
2021-11-24service/hid: Update debug pad, xpad, stubbed and controller base to use ring ...german77
2021-11-24settings: Cleanup settingsgerman77
2021-11-03core: Remove unused includesameerj
2021-09-26service/hid: Update to 13.0.0german77
2021-09-10hid: Stub SetTouchScreenConfigurationgerman77
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-28touchscreen: Make use of common point structLioncash
2021-05-28common: Extract point into a common structLioncash
2021-05-18hid/gesture: Factor out last gesture retrieval into its own functionLioncash
2021-05-18hid/gesture: Ensure all ID arrays are initializedLioncash
2021-05-18hid/gesture: Make Point a templateLioncash
2021-05-18hid/gesture: Replace x,y members of GestureState with a PointLioncash
2021-05-18hid/gesture: Add default comparators to PointLioncash
2021-05-18hid/gesture: Rename Points to PointLioncash
2021-05-16core: Make variable shadowing a compile-time errorLioncash