Mercurial > audlegacy-plugins
changeset 2175:2929671351b8
set have_subtune TRUE.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 18 Nov 2007 21:49:35 +0900 |
parents | ec1ff3169025 |
children | 2c0362980de5 |
files | src/sid/xs_init.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sid/xs_init.c Sun Nov 18 21:46:04 2007 +0900 +++ b/src/sid/xs_init.c Sun Nov 18 21:49:35 2007 +0900 @@ -44,7 +44,8 @@ .get_song_tuple = xs_get_song_tuple, /* Get Tuple */ .vfs_extensions = xs_sid_fmts, /* File ext assist */ - .probe_for_tuple = xs_probe_for_tuple + .probe_for_tuple = xs_probe_for_tuple, + .have_subtune = TRUE }; static InputPlugin *sid_iplist[] = { &xs_plugin_ip, NULL };