mirror of
https://github.com/halpz/re3.git
synced 2025-05-08 01:37:46 +03:00
timebars
This commit is contained in:
parent
a57d9b6797
commit
409663adb8
8 changed files with 220 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue