Add .sgb to VGMStream RIFF WAV parser.

CQTexperiment
Christopher Snowhill 2016-08-10 18:36:13 -07:00
parent 771a73d0b3
commit b13d74ecb2
1 changed files with 1 additions and 0 deletions

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
)
{