add wav extension, again

found some .wav files with the "AIFF" format in the macOS version of the game.
This commit is contained in:
modusc896d352 2022-04-03 17:43:56 -03:00 committed by GitHub
parent 22edcc7f91
commit 42ba45fc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ VGMSTREAM* init_vgmstream_aifc(STREAMFILE* sf) {
else if (check_extensions(sf, "aifc,laifc,afc,cbd2,bgm,fda,n64,wav,lwav,xa")) {
is_aifc_ext = 1;
}
else if (check_extensions(sf, "aiff,laiff,acm,adp,ai,pcm")) {
else if (check_extensions(sf, "aiff,laiff,acm,adp,ai,pcm,wav")) {
is_aiff_ext = 1;
}
else {