mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-17 07:19:02 +02:00
Update fasttimer.h
This commit is contained in:
@@ -19,11 +19,6 @@ class CClockSpeed
|
||||
{
|
||||
public:
|
||||
CClockSpeed(void)
|
||||
{
|
||||
Init();
|
||||
}
|
||||
|
||||
void Init(void)
|
||||
{
|
||||
const CPUInformation& pi = GetCPUInformation();
|
||||
m_nClockSpeed = pi.m_Speed;
|
||||
|
Reference in New Issue
Block a user