Small Rumble change

This commit is contained in:
David Khachaturov 2020-04-03 16:31:06 +01:00
parent ca406a99b6
commit 1b423d87cc

View file

@ -575,7 +575,7 @@ namespace BetterJoyForCemu {
attempts = 0; attempts = 0;
// Needed for USB to not time out; I think USB requires a reply message after every packet sent // Needed for USB to not time out; I think USB requires a reply message after every packet sent
if (isUSB) //if (isUSB)
SendRumble(rumble_obj.GetData()); SendRumble(rumble_obj.GetData());
} else if (attempts > 240) { } else if (attempts > 240) {
state = state_.DROPPED; state = state_.DROPPED;