mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-22 05:10:02 +01:00
Merge pull request #1458 from EdnessP/master
EA BNK: .CAT extension (FIFA 2000)
This commit is contained in:
commit
abbd226b36
@ -131,6 +131,7 @@ static const char* extension_list[] = {
|
|||||||
|
|
||||||
"cads",
|
"cads",
|
||||||
"caf",
|
"caf",
|
||||||
|
"cat",
|
||||||
"cbd2",
|
"cbd2",
|
||||||
"cd",
|
"cd",
|
||||||
"cfn", //fake extension for CAF (renamed, to be removed?)
|
"cfn", //fake extension for CAF (renamed, to be removed?)
|
||||||
|
@ -297,8 +297,9 @@ VGMSTREAM* init_vgmstream_ea_bnk(STREAMFILE* sf) {
|
|||||||
* .sdt: Harry Potter games, Burnout games (PSP)
|
* .sdt: Harry Potter games, Burnout games (PSP)
|
||||||
* .hdt/ldt: Burnout games (PSP)
|
* .hdt/ldt: Burnout games (PSP)
|
||||||
* .abk: GoldenEye - Rogue Agent
|
* .abk: GoldenEye - Rogue Agent
|
||||||
* .ast: FIFA 2004 (inside .big) */
|
* .ast: FIFA 2004 (inside .big)
|
||||||
if (!check_extensions(sf,"bnk,sdt,hdt,ldt,abk,ast"))
|
* .cat: FIFA 2000 (PC, chant.cat) */
|
||||||
|
if (!check_extensions(sf,"bnk,sdt,hdt,ldt,abk,ast,cat"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
if (target_stream == 0) target_stream = 1;
|
if (target_stream == 0) target_stream = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user