mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-03 02:27:18 +01:00
Add .wav/lwav MPEG [The Seventh Seal (PC)]
This commit is contained in:
parent
b593aac376
commit
acca5d0030
@ -37,8 +37,9 @@ VGMSTREAM* init_vgmstream_mpeg(STREAMFILE* sf) {
|
|||||||
* .mus: Marc Ecko's Getting Up (PC)
|
* .mus: Marc Ecko's Getting Up (PC)
|
||||||
* .imf: Colors (Gizmondo)
|
* .imf: Colors (Gizmondo)
|
||||||
* .aix: Classic Compendium 2 (Gizmondo)
|
* .aix: Classic Compendium 2 (Gizmondo)
|
||||||
|
* .wav/lwav: The Seventh Seal (PC)
|
||||||
* (extensionless): Interstellar Flames 2 (Gizmondo) */
|
* (extensionless): Interstellar Flames 2 (Gizmondo) */
|
||||||
if (!check_extensions(sf, "mp3,mp2,lmp3,lmp2,mus,imf,aix,,"))
|
if (!check_extensions(sf, "mp3,mp2,lmp3,lmp2,mus,imf,aix,wav,lwav,"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
loop_flag = 0;
|
loop_flag = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user