From cd16154e887c5c96f046aa4e0de8076460da635e Mon Sep 17 00:00:00 2001 From: David Khachaturov Date: Tue, 7 Apr 2020 16:55:06 +0100 Subject: [PATCH] - Hopefully fixed lag introduced in v6 --- BetterJoyForCemu/Joycon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BetterJoyForCemu/Joycon.cs b/BetterJoyForCemu/Joycon.cs index 702055d..dc1ac49 100644 --- a/BetterJoyForCemu/Joycon.cs +++ b/BetterJoyForCemu/Joycon.cs @@ -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;