diff --git a/src/config.rs b/src/config.rs index 449ab32..08ec9e1 100644 --- a/src/config.rs +++ b/src/config.rs @@ -533,6 +533,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, }