From b94203b0ab474e8c91c651c1964488529a1393c4 Mon Sep 17 00:00:00 2001 From: David Khachaturov Date: Mon, 29 Mar 2021 09:42:05 +0100 Subject: [PATCH] - fix typo --- BetterJoyForCemu/Joycon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BetterJoyForCemu/Joycon.cs b/BetterJoyForCemu/Joycon.cs index 1dfd54f..77a6dc2 100644 --- a/BetterJoyForCemu/Joycon.cs +++ b/BetterJoyForCemu/Joycon.cs @@ -808,7 +808,7 @@ namespace BetterJoyForCemu { stop_polling = false; int attempts = 0; while (!stop_polling & state > state_.NO_JOYCONS) { - if (rumble_obj.queue.Count > 0a) { + if (rumble_obj.queue.Count > 0) { SendRumble(rumble_obj.GetData()); } int a = ReceiveRaw();