mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-20 20:41:08 +01:00
remove unused .bytes extension
This commit is contained in:
parent
c8e57f07fe
commit
5335f0876d
@ -43,8 +43,7 @@ VGMSTREAM * init_vgmstream_akb(STREAMFILE *sf) {
|
||||
|
||||
|
||||
/* checks */
|
||||
/* .akb.bytes is the usual extension in later games */
|
||||
if ( !check_extensions(sf, "akb,bytes") )
|
||||
if ( !check_extensions(sf, "akb") )
|
||||
goto fail;
|
||||
if (read_32bitBE(0x00,sf) != 0x414B4220) /* "AKB " */
|
||||
goto fail;
|
||||
@ -188,8 +187,7 @@ VGMSTREAM * init_vgmstream_akb2(STREAMFILE *sf) {
|
||||
int total_subsongs, target_subsong = sf->stream_index;
|
||||
|
||||
/* check extensions */
|
||||
/* .akb.bytes is the usual extension in later games */
|
||||
if ( !check_extensions(sf, "akb,bytes") )
|
||||
if ( !check_extensions(sf, "akb") )
|
||||
goto fail;
|
||||
|
||||
/* checks */
|
||||
|
Loading…
x
Reference in New Issue
Block a user