Remove Enthusia .enth fake extension (use .lbin/ap/lep/lp)

This commit is contained in:
bnnm 2020-10-17 19:11:15 +02:00
parent e8343035ab
commit 06b82f7c80
2 changed files with 2 additions and 4 deletions

View File

@ -167,7 +167,6 @@ static const char* extension_list[] = {
"enm",
"eno",
"ens",
"enth",
"exa",
"ezw",

View File

@ -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);