Add .sgb extension for RIFF WAV parser.

This commit is contained in:
Christopher Snowhill 2016-08-10 18:31:06 -07:00
parent 8337395ba9
commit 36aa6bf9cd

View File

@ -245,6 +245,7 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
strcasecmp("lwav",filename_extension(filename))
#if defined(VGM_USE_MAIATRAC3PLUS) || defined(VGM_USE_FFMPEG)
&& strcasecmp("at3",filename_extension(filename))
&& strcasecmp("sgb",filename_extension(filename))
#endif
)
{