aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/ps2time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ps2/ps2time.cpp')
-rw-r--r--backends/platform/ps2/ps2time.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/ps2/ps2time.cpp b/backends/platform/ps2/ps2time.cpp
index 2c3275b2b2..c8da0f4915 100644
--- a/backends/platform/ps2/ps2time.cpp
+++ b/backends/platform/ps2/ps2time.cpp
@@ -120,4 +120,5 @@ void OSystem_PS2::getTimeAndDate(TimeDate &t) const {
t.tm_year = g_year + 100;
t.tm_mday = g_day;
t.tm_mon = g_month - 1;
+ t.tm_wday = 0; // FIXME
}