From 61e7d9f8646ebe72e4180be5a9331c79bc83fb07 Mon Sep 17 00:00:00 2001 From: Naxdy Date: Fri, 5 Apr 2024 13:50:43 +0200 Subject: [PATCH] chore: clarify super hack --- src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.rs b/src/config.rs index 6ae9db6..1b6eb61 100644 --- a/src/config.rs +++ b/src/config.rs @@ -554,6 +554,7 @@ pub enum InputConsistencyMode { /// Transmit inputs _at most_ every 8.33ms, but don't transmit anything at all if the controller state doesn't change. /// This has the potential to drastically improve latency in certain situations, such as when you are waiting to react /// to something your opponent does. + /// The name is not meant to imply that this is a hack that is super, but rather that this is super hacky. SuperHack = 2, }