aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.cpp
AgeCommit message (Expand)Author
2021-02-18hle: kernel: Rename SharedMemory to KSharedMemory.bunnei
2021-02-08Merge pull request #5868 from german77/HandheldFixbunnei
2021-02-06Merge pull request #5326 from german77/hidUpdate1bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
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-15core: Silence Wclass-memaccess warningsReinUsesLisp
2020-12-28hle: service: Acquire and release a lock on requests.bunnei
2020-11-28Merge pull request #4998 from Morph1984/bioshock-patchbunnei
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: 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: Stub IsVibrationDeviceMountedMorph
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
2020-11-15settings: Preparation for per-game input settingsMorph
2020-10-27service: Update function tablesLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-10-07Merge pull request #4736 from Morph1984/home-button-input-protection-stubbunnei
2020-10-01Merge pull request #4734 from german77/motionfusionbunnei
2020-09-30Stubbed EnableSixAxisSensorFusiongerman
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-19Merge pull request #4643 from FearlessTobi/decrease-pad-update-intervalbunnei
2020-09-18hid: Implement Get/SetNpadHandheldActivationModeMorph
2020-09-10Test: Decrease pad_update_nsFearlessTobi
2020-09-04Include HID and configuration changes related to motiongerman
2020-09-04hid: Implement MergeSingleJoyasDualJoyMorph
2020-08-26Project Mjölnir: Part 1Morph
2020-07-27core_timing: Make use of uintptr_t to represent user_dataLioncash
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash