diff options
author | FearlessTobi <thm.frey@gmail.com> | 2020-04-20 18:44:57 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2020-04-20 18:44:57 +0200 |
commit | 4e99a06c70753639b6e586f3d58dd33f779fd9c9 (patch) | |
tree | b7fe29f1c01e61240958a20aeef1475d4f644533 /src | |
parent | 6ce0f3575afc4b4deda609ae858eb7f6e26cf390 (diff) |
npad: Lower log level for VibrateController to Debug
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/hid/controllers/npad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp index 2ccfffc19..c55d900e2 100644 --- a/src/core/hle/service/hid/controllers/npad.cpp +++ b/src/core/hle/service/hid/controllers/npad.cpp @@ -502,7 +502,7 @@ void Controller_NPad::SetNpadMode(u32 npad_id, NPadAssignments assignment_mode) void Controller_NPad::VibrateController(const std::vector<u32>& controller_ids, const std::vector<Vibration>& vibrations) { - LOG_WARNING(Service_HID, "(STUBBED) called"); + LOG_DEBUG(Service_HID, "(STUBBED) called"); if (!can_controllers_vibrate) { return; |