From f4b4b3b9af2529abd508bacfdc6a882327329bb9 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Wed, 23 Mar 2016 13:25:44 -0500 Subject: [PATCH] Fixed typo in changelog --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index bfe1ba6..ab22f2d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ v1.3 -- (Android/Windows) Speed optimization! Used joystick frequency tester to optimize update rate. All single player mode controller rates are now 100 Hz (NegCon 50 Hz). For comparison, a Mayflash Dualjoybox Pro gave 66 Hz (44 Hz for NegCon). I suspect two player mode is also 50 Hz, but I cannot test it because of the lag of an analog axis. +- (Android/Windows) Speed optimization! Used joystick frequency tester to optimize update rate. All single player mode controller rates are now 100 Hz (NegCon 50 Hz). For comparison, a Mayflash Dualjoybox Pro gave 66 Hz (44 Hz for NegCon). I suspect two player mode is also 50 Hz, but I cannot test it because there is no analog axis. - (Android/Windows) reverted back to USB poll interval 10 ms, since this is a low speed device. Lower numbers do not cause any difference.