decoder/sidplay: play mus, str, prg, x00 files

This commit is contained in:
Alder Hornbridge 2010-10-27 21:18:43 +02:00 committed by Max Kellermann
parent 4e94516912
commit fe1b626f76
2 changed files with 5 additions and 0 deletions

1
NEWS
View File

@ -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"

View File

@ -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
};