RECORDER: Added stub for delayMillis() processing
This commit is contained in:
parent
1e45c32558
commit
baf65bc872
3 changed files with 9 additions and 1 deletions
|
@ -304,6 +304,10 @@ void EventRecorder::processMillis(uint32 &millis) {
|
|||
g_system->unlockMutex(_timeMutex);
|
||||
}
|
||||
|
||||
bool EventRecorder::processDelayMillis(uint32 &msecs) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool EventRecorder::notifyEvent(const Event &ev) {
|
||||
if (_recordMode != kRecorderRecord)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue