mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Add .adp AIFF extension [Sonic Jam (SAT)]
This commit is contained in:
parent
e6f7abe20e
commit
d48d2a4c87
@ -70,6 +70,7 @@ VGMSTREAM * init_vgmstream_aifc(STREAMFILE *streamFile) {
|
|||||||
* .cbd2: M2 games
|
* .cbd2: M2 games
|
||||||
* .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)
|
||||||
* .aifcl/aiffl: for plugins? */
|
* .aifcl/aiffl: for plugins? */
|
||||||
if (check_extensions(streamFile, "aif")) {
|
if (check_extensions(streamFile, "aif")) {
|
||||||
is_aifc_ext = 1;
|
is_aifc_ext = 1;
|
||||||
@ -78,7 +79,7 @@ VGMSTREAM * init_vgmstream_aifc(STREAMFILE *streamFile) {
|
|||||||
else if (check_extensions(streamFile, "aifc,aifcl,afc,cbd2,bgm")) {
|
else if (check_extensions(streamFile, "aifc,aifcl,afc,cbd2,bgm")) {
|
||||||
is_aifc_ext = 1;
|
is_aifc_ext = 1;
|
||||||
}
|
}
|
||||||
else if (check_extensions(streamFile, "aiff,acm,aiffl")) {
|
else if (check_extensions(streamFile, "aiff,acm,adp,aiffl")) {
|
||||||
is_aiff_ext = 1;
|
is_aiff_ext = 1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user