mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 15:00:11 +01:00
Fixed bug making SSB4 music unopenable
This commit is contained in:
parent
6e4abd55e3
commit
d98050547d
@ -610,7 +610,7 @@ VGMSTREAM * init_vgmstream_3ds_idsp(STREAMFILE *streamFile) {
|
||||
int channel_count;
|
||||
|
||||
/* check extension, case insensitive */
|
||||
//streamFile->get_name(streamFile,filename,sizeof(filename));
|
||||
streamFile->get_name(streamFile,filename,sizeof(filename));
|
||||
//if (strcasecmp("idsp",filename_extension(filename))) goto fail;
|
||||
|
||||
/* check header magic */
|
||||
|
Loading…
Reference in New Issue
Block a user