mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 16:30:54 +01:00
Add extensionless AIFC [Doom (3DO)]
This commit is contained in:
parent
7d4612689a
commit
1720191b53
@ -73,8 +73,9 @@ VGMSTREAM * init_vgmstream_aifc(STREAMFILE *streamFile) {
|
|||||||
* .bgm: Super Street Fighter II Turbo (3DO)
|
* .bgm: Super Street Fighter II Turbo (3DO)
|
||||||
* .acm: Crusader - No Remorse (SAT)
|
* .acm: Crusader - No Remorse (SAT)
|
||||||
* .adp: Sonic Jam (SAT)
|
* .adp: Sonic Jam (SAT)
|
||||||
* .ai: Dragon Force (SAT) */
|
* .ai: Dragon Force (SAT)
|
||||||
if (check_extensions(streamFile, "aif,laif")) {
|
* (extensionless: Doom (3DO) */
|
||||||
|
if (check_extensions(streamFile, "aif,laif,")) {
|
||||||
is_aifc_ext = 1;
|
is_aifc_ext = 1;
|
||||||
is_aiff_ext = 1;
|
is_aiff_ext = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user