meilleurs coms ig
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
static const int DAS_MIN_VALUE = 0; // the minimal selectable DAS value, equals to 0ms
|
||||
static const int DAS_MAX_VALUE = 30; // the maximal selectable DAS value, equals to 500ms
|
||||
static const int ARR_MIN_VALUE = 0; // the minimal selectable ARR value, equals to 0ms
|
||||
static const int ARR_MAX_VALUE = 30; // the maximal selectable ARR value, equals to 500ms
|
||||
static const int SDR_MIN_VALUE = 0; // the minimal selectable SDR value, equals to 0ms
|
||||
static const int SDR_MAX_VALUE = 6; // the maximal selectable SDR value, equals to 100ms
|
||||
|
||||
|
||||
/**
|
||||
* The controls of a player
|
||||
|
||||
Reference in New Issue
Block a user