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
This commit is contained in:

committed by
Max Kellermann

parent
4bcdcca7f5
commit
6dfebf7df9
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user