This commit is contained in:
Sergeanur 2020-03-31 13:30:13 +03:00
parent a57d9b6797
commit 409663adb8
8 changed files with 220 additions and 2 deletions

View file

@ -214,6 +214,11 @@ void CTimer::EndUserPause(void)
m_UserPause = false;
}
uint32 CTimer::GetCyclesPerFrame()
{
return 20;
}
#if 1
STARTPATCHES
InjectHook(0x4ACE60, CTimer::Initialise, PATCH_JUMP);