aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid
AgeCommit message (Expand)Author
2021-02-08Merge pull request #5868 from german77/HandheldFixbunnei
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-02-02Prevent over scheduling audio events and terminate properly the motion update...german
2021-02-01Merge pull request #5861 from german77/HandheldFixbunnei
2021-01-31Only update motion for npad and prevent over scheduling eventsgerman
2021-01-28hid: Add static_assert for Parameter sizeMorph
2021-01-27npad: Remove unused device handle parameterMorph
2021-01-24Stub Set/Get/Reset SixaxisSensorFusionParametersgerman
2021-01-20Merge pull request #5270 from german77/multiTouchbunnei
2021-01-17npad: Add check for HANDHELD_INDEX in UpdateControllerAt()Morph
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2021-01-15Always initialize keyboard inputgerman
2021-01-15Add mutitouch support for touch screensgerman
2021-01-15Allow to return up to 16 touch inputs per enginegerman
2021-01-15Allow all touch inputs at the same time and remove config options that are no...german
2021-01-15Add multitouch supportgerman
2020-12-28hle: service: Acquire and release a lock on requests.bunnei
2020-12-18controllers/npad: Make press_state atomicMorph
2020-12-12controllers/npad: Validate device handles before useMorph
2020-11-28Merge pull request #4998 from Morph1984/bioshock-patchbunnei
2020-11-28Add missing types to NpadCommunicationModegerman
2020-11-28Merge pull request #5021 from german77/StubCommunicationModebunnei
2020-11-26Stub set and get NpadCommunicationModegerman
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-25hid: Check if applet_resource exists in InitializeVibrationDeviceMorph
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
2020-11-15controllers/npad: Send an empty vibration on destruction/deactivationMorph
2020-11-15hid: Stub IsVibrationDeviceMountedMorph
2020-11-15controllers/npad: Add heuristics to reduce rumble state changesMorph
2020-11-15configure_input: Hook up the vibration percentage spinboxMorph
2020-11-15controllers/npad: Stop games from vibrating incorrect controllersMorph
2020-11-15hid: Fix controller rumble based on new researchMorph
2020-11-15hid: Pop a struct of parameters instead of popping individual parametersMorph
2020-11-15hid: Reorder all HID commandsMorph
2020-11-15hid: Implement GetVibrationDeviceInfoMorph
2020-11-15hid: Stub InitializeVibrationDeviceMorph