comparison src/modplug/plugin.cxx @ 2459:a336fe28b63a

exclude zip etc which doesn't contain any mod file.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 26 Mar 2008 23:50:50 +0900
parents e67bce91d70c
children a4f694a99c5b
comparison
equal deleted inserted replaced
2458:853c7686e922 2459:a336fe28b63a
117 NULL, // output 117 NULL, // output
118 GetSongTuple, 118 GetSongTuple,
119 NULL, 119 NULL,
120 NULL, 120 NULL,
121 CanPlayFileFromVFS, // vfs 121 CanPlayFileFromVFS, // vfs
122 (gchar **)fmts 122 (gchar **)fmts,
123 NULL,
124 NULL,
125 TRUE, // subtune. to exclude .zip etc which doesn't contain any mod file --yaz
126 NULL
123 }; 127 };
124 128
125 InputPlugin *modplug_iplist[] = { &gModPlug, NULL }; 129 InputPlugin *modplug_iplist[] = { &gModPlug, NULL };
126 130
127 SIMPLE_INPUT_PLUGIN(modplug, modplug_iplist); 131 SIMPLE_INPUT_PLUGIN(modplug, modplug_iplist);