mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
EVENTRECORDER: debug logging
This commit is contained in:
parent
36afa639a4
commit
70167d8423
@ -415,7 +415,7 @@ void PlaybackFile::readEvent(RecorderEvent& event) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
event.kbdRepeat = true;
|
||||
debug(3, "read event of type: %i (time: %u, systemmillis: %u)", event.type, event.time, g_system->getMillis(true));
|
||||
}
|
||||
|
||||
void PlaybackFile::readEventsToBuffer(uint32 size) {
|
||||
@ -594,6 +594,7 @@ void PlaybackFile::writeEvent(const RecorderEvent &event) {
|
||||
if (_recordCount == kMaxBufferedRecords) {
|
||||
dumpRecordsToFile();
|
||||
}
|
||||
debug(3, "write event of type: %i (time: %u, systemmillis: %u)", event.type, event.time, g_system->getMillis(true));
|
||||
}
|
||||
|
||||
void PlaybackFile::writeGameSettings() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user