ALL: sync with scummvm

This commit is contained in:
Pawel Kolodziejski 2012-07-06 22:05:21 +02:00
parent bb8c1b8fe2
commit 72664703cf
71 changed files with 1888 additions and 1316 deletions

View file

@ -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,