RECORDER: Implement Events Recorder
This commit is contained in:
parent
4a62d6c25a
commit
f59512c47e
98 changed files with 5350 additions and 1918 deletions
|
@ -571,7 +571,7 @@ void OSystem_PS2::displayMessageOnOSD(const char *msg) {
|
|||
printf("displayMessageOnOSD: %s\n", msg);
|
||||
}
|
||||
|
||||
uint32 OSystem_PS2::getMillis(void) {
|
||||
uint32 OSystem_PS2::getMillis(bool skipRecord) {
|
||||
return msecCount;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue