COMMON: Add tm_wday to our TimeDate struct
Did not adapt bada or ps2 backends as I'm not sure how they should be handled
This commit is contained in:
parent
0e5ae35e34
commit
b2f5721e58
12 changed files with 12 additions and 0 deletions
|
@ -554,6 +554,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