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/core/hle/service | |
parent | audren: Lower log level for RequestUpdateImpl to Debug (diff) | |
download | yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar.gz yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar.bz2 yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar.lz yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar.xz yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.tar.zst yuzu-4e99a06c70753639b6e586f3d58dd33f779fd9c9.zip |
Diffstat (limited to 'src/core/hle/service')
-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; |