mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
add wav extension, again
found some .wav files with the "AIFF" format in the macOS version of the game.
This commit is contained in:
parent
22edcc7f91
commit
42ba45fc62
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user