summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar FearlessTobi2020-04-20 18:44:57 +0200
committerGravatar FearlessTobi2020-04-20 18:44:57 +0200
commit4e99a06c70753639b6e586f3d58dd33f779fd9c9 (patch)
treeb7fe29f1c01e61240958a20aeef1475d4f644533 /src
parentaudren: Lower log level for RequestUpdateImpl to Debug (diff)
downloadyuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar.gz
yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar.xz
yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.zip
npad: Lower log level for VibrateController to Debug
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/hid/controllers/npad.cpp2
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)
502 502
503void Controller_NPad::VibrateController(const std::vector<u32>& controller_ids, 503void Controller_NPad::VibrateController(const std::vector<u32>& controller_ids,
504 const std::vector<Vibration>& vibrations) { 504 const std::vector<Vibration>& vibrations) {
505 LOG_WARNING(Service_HID, "(STUBBED) called"); 505 LOG_DEBUG(Service_HID, "(STUBBED) called");
506 506
507 if (!can_controllers_vibrate) { 507 if (!can_controllers_vibrate) {
508 return; 508 return;