mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Added a missing version stamp to ABK
This commit is contained in:
parent
094d95e4de
commit
9b3c2ca8f7
@ -157,6 +157,7 @@ VGMSTREAM * init_vgmstream_ea_abk(STREAMFILE *streamFile) {
|
||||
version = read_32bitBE(0x04, streamFile);
|
||||
if (version != 0x01010000 &&
|
||||
version != 0x01010100 &&
|
||||
version != 0x02010000 &&
|
||||
version != 0x02010100 &&
|
||||
version != 0x02010202)
|
||||
goto fail;
|
||||
|
Loading…
x
Reference in New Issue
Block a user