mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Add .hvqm extension
This commit is contained in:
parent
9b87f23c79
commit
78d5b8597d
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user