diff options
Diffstat (limited to 'backends/gp32/gp32.cpp')
| -rw-r--r-- | backends/gp32/gp32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/gp32/gp32.cpp b/backends/gp32/gp32.cpp index c8662beca6..8d5462e48e 100644 --- a/backends/gp32/gp32.cpp +++ b/backends/gp32/gp32.cpp @@ -1069,7 +1069,7 @@ void OSystem_GP32::stop_cdrom() { } void OSystem_GP32::update_cdrom() { } // Add a new callback timer -void OSystem_GP32::set_timer(TimerProc callback, int timer) { } +void OSystem_GP32::setTimerCallback(TimerProc callback, int timer) { } // Mutex handling OSystem::MutexRef OSystem_GP32::createMutex() { |
