Add .sgb to VGMStream RIFF WAV parser.
This commit is contained in:
parent
771a73d0b3
commit
b13d74ecb2
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
|
||||||
strcasecmp("lwav",filename_extension(filename))
|
strcasecmp("lwav",filename_extension(filename))
|
||||||
#if defined(VGM_USE_MAIATRAC3PLUS) || defined(VGM_USE_FFMPEG)
|
#if defined(VGM_USE_MAIATRAC3PLUS) || defined(VGM_USE_FFMPEG)
|
||||||
&& strcasecmp("at3",filename_extension(filename))
|
&& strcasecmp("at3",filename_extension(filename))
|
||||||
|
&& strcasecmp("sgb",filename_extension(filename))
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue