Commit 6dfebf7d authored by John Regan's avatar John Regan Committed by Max Kellermann

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
parent 4bcdcca7
......@@ -3,6 +3,7 @@ ver 0.22.7 (not yet released)
- don't use glibc extension to parse time stamps
* decoder
- ffmpeg: fix build problem with FFmpeg 3.4
- gme: support RSN files
* storage
- curl: don't use glibc extension
* output
......
......@@ -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
};
......
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