summaryrefslogtreecommitdiff
path: root/opl/opl_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'opl/opl_timer.h')
-rw-r--r--opl/opl_timer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/opl/opl_timer.h b/opl/opl_timer.h
index 73544013..adf81503 100644
--- a/opl/opl_timer.h
+++ b/opl/opl_timer.h
@@ -22,9 +22,7 @@
int OPL_Timer_StartThread(void);
void OPL_Timer_StopThread(void);
-void OPL_Timer_SetCallback(unsigned int ms,
- opl_callback_t callback,
- void *data);
+void OPL_Timer_SetCallback(uint64_t us, opl_callback_t callback, void *data);
void OPL_Timer_ClearCallbacks(void);
void OPL_Timer_Lock(void);
void OPL_Timer_Unlock(void);