chore: clarify super hack
All checks were successful
Code quality / check (pull_request) Successful in 1m37s

This commit is contained in:
Naxdy 2024-04-05 13:50:43 +02:00
parent c0dd94dbb5
commit 61e7d9f864
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -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,
}