ALL: sync with scummvm
This commit is contained in:
parent
bb8c1b8fe2
commit
72664703cf
71 changed files with 1888 additions and 1316 deletions
|
@ -560,6 +560,7 @@ void OSystem_Android::getTimeAndDate(TimeDate &td) const {
|
|||
td.tm_mday = tm.tm_mday;
|
||||
td.tm_mon = tm.tm_mon;
|
||||
td.tm_year = tm.tm_year;
|
||||
td.tm_wday = tm.tm_wday;
|
||||
}
|
||||
|
||||
void OSystem_Android::addSysArchivesToSearchSet(Common::SearchSet &s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue