summaryrefslogtreecommitdiff
path: root/opl/opl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'opl/opl_internal.h')
-rw-r--r--opl/opl_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/opl/opl_internal.h b/opl/opl_internal.h
index 78cbe7b2..4a46b060 100644
--- a/opl/opl_internal.h
+++ b/opl/opl_internal.h
@@ -56,5 +56,9 @@ typedef struct
opl_set_paused_func set_paused_func;
} opl_driver_t;
+// Sample rate to use when doing software emulation.
+
+extern unsigned int opl_sample_rate;
+
#endif /* #ifndef OPL_INTERNAL_H */