- removed some long longs, to reduce that type's use to the necessary minimum

.
This commit is contained in:
Christoph Oelckers 2017-03-09 20:05:22 +01:00
commit a17685f3fd
5 changed files with 24 additions and 24 deletions

View file

@ -85,7 +85,7 @@ void gl_CalculateCPUSpeed ()
{
LARGE_INTEGER count1, count2;
unsigned minDiff;
long long ClockCalibration = 0;
int64_t ClockCalibration = 0;
// Count cycles for at least 55 milliseconds.
// The performance counter is very low resolution compared to CPU