summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/GmeDecoderPlugin.cxx
diff options
context:
space:
mode:
authorJohn Regan <john@jrjrtech.com>2021-03-12 18:42:45 -0500
committerMax Kellermann <max@musicpd.org>2021-03-13 08:40:25 +0100
commit6dfebf7df9596fc8f1a3f07d2270bc646e08c7b2 (patch)
tree645bea754ab737f65deef661175c551d4fd75256 /src/decoder/plugins/GmeDecoderPlugin.cxx
parent4bcdcca7f503064812a0da804d938af7c97d5b6c (diff)
gme: add support for rsn files
Upcoming release of game-music-emu will support it, details here: https://bitbucket.org/mpyne/game-music-emu/pull-requests/23/rsn-support
Diffstat (limited to 'src/decoder/plugins/GmeDecoderPlugin.cxx')
-rw-r--r--src/decoder/plugins/GmeDecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/GmeDecoderPlugin.cxx b/src/decoder/plugins/GmeDecoderPlugin.cxx
index 86efd7288..f279d95b0 100644
--- a/src/decoder/plugins/GmeDecoderPlugin.cxx
+++ b/src/decoder/plugins/GmeDecoderPlugin.cxx
@@ -344,7 +344,7 @@ gme_container_scan(Path path_fs)
static const char *const gme_suffixes[] = {
"ay", "gbs", "gym", "hes", "kss", "nsf",
- "nsfe", "sap", "spc", "vgm", "vgz",
+ "nsfe", "rsn", "sap", "spc", "vgm", "vgz",
nullptr
};