aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/time.cpp')
-rw-r--r--backends/dc/time.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/time.cpp b/backends/dc/time.cpp
index b508b3c45d..2771fc33c2 100644
--- a/backends/dc/time.cpp
+++ b/backends/dc/time.cpp
@@ -53,7 +53,7 @@ void OSystem_Dreamcast::delay_msecs(uint msecs)
get_msecs();
}
-void OSystem_Dreamcast::set_timer(TimerProc callback, int timer)
+void OSystem_Dreamcast::setTimerCallback(TimerProc callback, int timer)
{
if (callback != NULL) {
_timer_duration = timer;