diff src/sid/xs_init.c @ 463:1e5cb7a00cb0 trunk

[svn] - added is_our_file_from_vfs function to sid, for both libsidplay v1 and v2
author giacomo
date Fri, 19 Jan 2007 10:55:44 -0800
parents a6f5d3811def
children 6c3c7b841382
line wrap: on
line diff
--- a/src/sid/xs_init.c	Fri Jan 19 09:56:06 2007 -0800
+++ b/src/sid/xs_init.c	Fri Jan 19 10:55:44 2007 -0800
@@ -54,8 +54,8 @@
 	NULL,			/* Tuple */
 	NULL,			/* Tuple */
 	NULL,			/* Buffer */
-	NULL,			/* VFS */
-	sid_fmts,		/* ext assist */
+	xs_is_our_file_vfs,	/* VFS */
+	sid_fmts		/* ext assist */
 };