From 7795f5207f779ba6525d7299536eb878f438c384 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 8 Feb 2021 23:59:14 +0100 Subject: [PATCH] dualsense: fix switched motors The left one seems to be the large motor --- rpcs3/Input/dualsense_pad_handler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Input/dualsense_pad_handler.cpp b/rpcs3/Input/dualsense_pad_handler.cpp index bd5813424a..2a1f194857 100644 --- a/rpcs3/Input/dualsense_pad_handler.cpp +++ b/rpcs3/Input/dualsense_pad_handler.cpp @@ -913,8 +913,8 @@ int dualsense_pad_handler::send_output_report(const std::shared_ptrsmallVibrate; - common.motor_right = device->largeVibrate; + common.motor_left = device->largeVibrate; + common.motor_right = device->smallVibrate; if (device->btCon) {