diff options
-rw-r--r-- | backends/dc/dcmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index 49ffce2822..7e83b1c282 100644 --- a/backends/dc/dcmain.cpp +++ b/backends/dc/dcmain.cpp @@ -134,7 +134,7 @@ void OSystem_Dreamcast::create_thread(ThreadProc *proc, void *param) { /* Mutex handling */ -MutexRef OSystem_Dreamcast::create_mutex() +Mutex* OSystem_Dreamcast::create_mutex() { return NULL; } |