Small Rumble change
This commit is contained in:
parent
ca406a99b6
commit
1b423d87cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue