RECORDER: Implement Events Recorder
This commit is contained in:
parent
4a62d6c25a
commit
f59512c47e
98 changed files with 5350 additions and 1918 deletions
|
@ -373,7 +373,7 @@ bool BadaSystem::pollEvent(Common::Event &event) {
|
|||
return _appForm->pollEvent(event);
|
||||
}
|
||||
|
||||
uint32 BadaSystem::getMillis() {
|
||||
uint32 BadaSystem::getMillis(bool skipRecord) {
|
||||
long long result, ticks = 0;
|
||||
SystemTime::GetTicks(ticks);
|
||||
result = ticks - _epoch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue