Add .hvqm extension

This commit is contained in:
Hexagon123 2022-09-06 15:26:23 -05:00 committed by GitHub
parent 9b87f23c79
commit 78d5b8597d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,10 @@ VGMSTREAM* init_vgmstream_h4m(STREAMFILE* sf) {
!is_id32be(0x08,sf, "5\0\0\0"))
goto fail;
if (!check_extensions(sf, "h4m"))
/* checks */
/* .h4m: common
* .hvqm: Shrek: Extra Large (GC) */
if (!check_extensions(sf, "h4m,hvqm"))
goto fail;
/* header */