From fe1b626f760d5c5e0726befb1c243f4a901613a6 Mon Sep 17 00:00:00 2001 From: Alder Hornbridge Date: Wed, 27 Oct 2010 21:18:43 +0200 Subject: decoder/sidplay: play mus, str, prg, x00 files --- NEWS | 1 + src/decoder/sidplay_decoder_plugin.cxx | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index df84bfd22..7758269b3 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,7 @@ ver 0.16 (20??/??/??) - sidplay: implemented songlength database - sidplay: support seeking - sidplay: play monaural SID tunes in mono + - sidplay: play mus, str, prg, x00 files - wavpack: activate 32 bit support - wavpack: allow more than 2 channels - mp4ff: rename plugin "mp4" to "mp4ff" 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 }; -- cgit v1.2.3