diff options
| -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) | |||
| 502 | 502 | ||
| 503 | void Controller_NPad::VibrateController(const std::vector<u32>& controller_ids, | 503 | void 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; |