mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
Remove Enthusia .enth fake extension (use .lbin/ap/lep/lp)
This commit is contained in:
parent
e8343035ab
commit
06b82f7c80
@ -167,7 +167,6 @@ static const char* extension_list[] = {
|
||||
"enm",
|
||||
"eno",
|
||||
"ens",
|
||||
"enth",
|
||||
"exa",
|
||||
"ezw",
|
||||
|
||||
|
@ -14,9 +14,8 @@ VGMSTREAM* init_vgmstream_ps2_enth(STREAMFILE* sf) {
|
||||
|
||||
/* checks */
|
||||
/* .bin/lbin: internal (no names in bigfiles but exes mention "bgm%05d.bin" and "LEP data")
|
||||
* .lp/lep/ap: header ID
|
||||
* .enth: fake */
|
||||
if (!check_extensions(sf, "bin,lbin,lp,lep,ap,enth"))
|
||||
* .lp/lep/ap: header ID */
|
||||
if (!check_extensions(sf, "bin,lbin,lp,lep,ap"))
|
||||
goto fail;
|
||||
|
||||
id = read_u32be(0x00,sf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user