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:
Matthew Hoops 2012-06-09 20:20:19 -04:00
parent 0e5ae35e34
commit b2f5721e58
12 changed files with 12 additions and 0 deletions

View file

@ -235,6 +235,7 @@ void OSystem_IPHONE::getTimeAndDate(TimeDate &td) const {
td.tm_mday = t.tm_mday;
td.tm_mon = t.tm_mon;
td.tm_year = t.tm_year;
td.tm_wday = t.tm_wday;
}
Audio::Mixer *OSystem_IPHONE::getMixer() {