diff src/xs_sidplay1.h @ 103:fe83646e6baa

Changed plrFillBuffer()-functions to return actual number of samples computed. Rudimentary changes for return of fileinfo window. Minor tweaks for STILdb.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Jan 2004 17:42:00 +0000
parents 94497283affa
children 608f31f6c095
line wrap: on
line diff
--- a/src/xs_sidplay1.h	Sun Jan 11 16:48:05 2004 +0000
+++ b/src/xs_sidplay1.h	Sun Jan 11 17:42:00 2004 +0000
@@ -7,7 +7,7 @@
 void		xs_sidplay1_close(t_xs_status *);
 gboolean	xs_sidplay1_init(t_xs_status *);
 gboolean	xs_sidplay1_initsong(t_xs_status *);
-gboolean	xs_sidplay1_fillbuffer(t_xs_status *, gchar *, gint);
+guint		xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint);
 gboolean	xs_sidplay1_loadsid(t_xs_status *, gchar *);
 void		xs_sidplay1_deletesid(t_xs_status *);
 t_xs_tune*	xs_sidplay1_getsidinfo(gchar *);