Commit fe1b626f authored by Alder Hornbridge's avatar Alder Hornbridge Committed by Max Kellermann

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

parent 4e945169
...@@ -36,6 +36,7 @@ ver 0.16 (20??/??/??) ...@@ -36,6 +36,7 @@ ver 0.16 (20??/??/??)
- sidplay: implemented songlength database - sidplay: implemented songlength database
- sidplay: support seeking - sidplay: support seeking
- sidplay: play monaural SID tunes in mono - sidplay: play monaural SID tunes in mono
- sidplay: play mus, str, prg, x00 files
- wavpack: activate 32 bit support - wavpack: activate 32 bit support
- wavpack: allow more than 2 channels - wavpack: allow more than 2 channels
- mp4ff: rename plugin "mp4" to "mp4ff" - mp4ff: rename plugin "mp4" to "mp4ff"
......
...@@ -407,6 +407,10 @@ sidplay_container_scan(const char *path_fs, const unsigned int tnum) ...@@ -407,6 +407,10 @@ sidplay_container_scan(const char *path_fs, const unsigned int tnum)
static const char *const sidplay_suffixes[] = { static const char *const sidplay_suffixes[] = {
"sid", "sid",
"mus",
"str",
"prg",
"P00",
NULL NULL
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment