(step 1/2) "add" UV, TGQ extensions

messing with ea_1snh.c, done
This commit is contained in:
AnonBaiter 2018-07-24 14:22:42 -03:00 committed by GitHub
parent 637ec27998
commit b5eb0e8bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@ VGMSTREAM * init_vgmstream_ea_1snh(STREAMFILE *streamFile) {
/* checks */
/* .asf/as4: common, cnk: some PS games, .sng: fake for plugins (to mimic EA SCHl's common extension) */
if (!check_extensions(streamFile,"asf,as4,cnk,sng"))
/* .uv: some SAT games, .tgq: ditto */
if (!check_extensions(streamFile,"asf,as4,cnk,sng,uv,tgq"))
goto fail;
if (read_32bitBE(0x00,streamFile) != 0x31534E68 && /* "1SNh" */