comparison src/sid/xs_init.c @ 2175:2929671351b8

set have_subtune TRUE.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 18 Nov 2007 21:49:35 +0900
parents b3decbd3051b
children 1223e8510d8a
comparison
equal deleted inserted replaced
2174:ec1ff3169025 2175:2929671351b8
42 42
43 .file_info_box = xs_fileinfo, /* Show file-information dialog */ 43 .file_info_box = xs_fileinfo, /* Show file-information dialog */
44 44
45 .get_song_tuple = xs_get_song_tuple, /* Get Tuple */ 45 .get_song_tuple = xs_get_song_tuple, /* Get Tuple */
46 .vfs_extensions = xs_sid_fmts, /* File ext assist */ 46 .vfs_extensions = xs_sid_fmts, /* File ext assist */
47 .probe_for_tuple = xs_probe_for_tuple 47 .probe_for_tuple = xs_probe_for_tuple,
48 .have_subtune = TRUE
48 }; 49 };
49 50
50 static InputPlugin *sid_iplist[] = { &xs_plugin_ip, NULL }; 51 static InputPlugin *sid_iplist[] = { &xs_plugin_ip, NULL };
51 52
52 DECLARE_PLUGIN(sid, NULL, NULL, sid_iplist, NULL, NULL, NULL, NULL, NULL); 53 DECLARE_PLUGIN(sid, NULL, NULL, sid_iplist, NULL, NULL, NULL, NULL, NULL);