aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/gp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/gp32/gp32.h')
-rw-r--r--backends/gp32/gp32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h
index 6fddf3fcfd..11f44c9a61 100644
--- a/backends/gp32/gp32.h
+++ b/backends/gp32/gp32.h
@@ -100,7 +100,7 @@ public:
void update_cdrom();
// Add a new callback timer
- void set_timer(TimerProc callback, int timer);
+ void setTimerCallback(TimerProc callback, int timer);
// Mutex handling
OSystem::MutexRef createMutex();