diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/sidplay_decoder_plugin.cxx | 4 |
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 }; |