aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorAlder Hornbridge <ahornbridge@yahoo.co.in>2010-10-27 21:18:43 +0200
committerMax Kellermann <max@duempel.org>2010-10-27 21:18:43 +0200
commitfe1b626f760d5c5e0726befb1c243f4a901613a6 (patch)
tree8c6a763ba393bbac0dfe1e54013959421b529c4d /src/decoder
parent4e945169127fcd8aae418cc3e6a05fc011963492 (diff)
downloadmpd-fe1b626f760d5c5e0726befb1c243f4a901613a6.tar.gz
mpd-fe1b626f760d5c5e0726befb1c243f4a901613a6.tar.xz
mpd-fe1b626f760d5c5e0726befb1c243f4a901613a6.zip
decoder/sidplay: play mus, str, prg, x00 files
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/sidplay_decoder_plugin.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decoder/sidplay_decoder_plugin.cxx b/src/decoder/sidplay_decoder_plugin.cxx
index dad0759e0..6fceeb30f 100644
--- a/src/decoder/sidplay_decoder_plugin.cxx
+++ b/src/decoder/sidplay_decoder_plugin.cxx
@@ -407,6 +407,10 @@ sidplay_container_scan(const char *path_fs, const unsigned int tnum)
static const char *const sidplay_suffixes[] = {
"sid",
+ "mus",
+ "str",
+ "prg",
+ "P00",
NULL
};