- Hopefully fixed lag introduced in v6

This commit is contained in:
David Khachaturov 2020-04-07 16:55:06 +01:00
parent 33ebf58aa3
commit cd16154e88

View file

@ -643,7 +643,7 @@ namespace BetterJoyForCemu {
attempts = 0;
// 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());
} else if (attempts > 240) {
state = state_.DROPPED;