- removed some long longs, to reduce that type's use to the necessary minimum
.
This commit is contained in:
parent
d2beacfc5f
commit
a17685f3fd
5 changed files with 24 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue