summaryrefslogtreecommitdiff
path: root/opl/opl_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'opl/opl_win32.c')
-rw-r--r--opl/opl_win32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/opl/opl_win32.c b/opl/opl_win32.c
index c6c37803..ea7b9eeb 100644
--- a/opl/opl_win32.c
+++ b/opl/opl_win32.c
@@ -184,7 +184,8 @@ opl_driver_t opl_win32_driver =
OPL_Timer_ClearCallbacks,
OPL_Timer_Lock,
OPL_Timer_Unlock,
- OPL_Timer_SetPaused
+ OPL_Timer_SetPaused,
+ OPL_Timer_AdjustCallbacks,
};
#endif /* #ifdef _WIN32 */