RECORDER: Implement Events Recorder
This commit is contained in:
parent
4a62d6c25a
commit
f59512c47e
98 changed files with 5350 additions and 1918 deletions
|
@ -80,7 +80,7 @@ DefaultTimerManager::~DefaultTimerManager() {
|
|||
void DefaultTimerManager::handler() {
|
||||
Common::StackLock lock(_mutex);
|
||||
|
||||
const uint32 curTime = g_system->getMillis();
|
||||
uint32 curTime = g_system->getMillis(true);
|
||||
|
||||
// Repeat as long as there is a TimerSlot that is scheduled to fire.
|
||||
TimerSlot *slot = _head->next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue