yuzu/src/core/hle/service/hid/controllers
Morph ad50209383 hid: Reimplement Begin/EndPermitVibrationSession
Upon further investigation, these commands allow temporary vibrations even when the "Controller Vibration" system setting is disabled. As a result, vibrations are allowed when either the system setting or this flag is set to true. Therefore, we can only block vibrations when both flags are set to false.
2020-11-15 23:33:21 -05:00
..
controller_base.cpp removed unneeded semicolon 2019-09-22 18:50:34 +10:00
controller_base.h Use different timing for motion 2020-09-23 19:09:33 -05:00
debug_pad.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
debug_pad.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
gesture.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
gesture.h service/hid: Remove unused system reference 2019-10-04 23:41:21 +00:00
keyboard.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
keyboard.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
mouse.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
mouse.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
npad.cpp hid: Reimplement Begin/EndPermitVibrationSession 2020-11-15 23:33:21 -05:00
npad.h hid: Reimplement Begin/EndPermitVibrationSession 2020-11-15 23:33:21 -05:00
stubbed.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
stubbed.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00
touchscreen.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
touchscreen.h Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
xpad.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
xpad.h service/hid: Silence -Wunused and -Wswitch 2019-10-04 23:41:22 +00:00