Merge pull request #331 from sev-/gsoc2012-eventsrecorder
GSoC2012: Event Recorder (reworked)
This commit is contained in:
commit
49210a803a
98 changed files with 5349 additions and 1918 deletions
|
@ -450,7 +450,7 @@ bool OSystem_Android::getFeatureState(Feature f) {
|
|||
}
|
||||
}
|
||||
|
||||
uint32 OSystem_Android::getMillis() {
|
||||
uint32 OSystem_Android::getMillis(bool skipRecord) {
|
||||
timeval curTime;
|
||||
|
||||
gettimeofday(&curTime, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue