Add .MOV extension [Dora the Explorer JttPP (GC)]

This commit is contained in:
Hexagon123 2023-05-31 22:46:57 -05:00 committed by GitHub
parent b7fe021779
commit 35bdda8c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,9 @@ VGMSTREAM* init_vgmstream_thp(STREAMFILE* sf) {
/* checks */
/* .thp: actual extension
* .dsp: fake extension?
* .mov: Dora the Explorer: JttPP (GC)
* (extensionless): Fragile (Wii) */
if (!check_extensions(sf, "thp,dsp,"))
if (!check_extensions(sf, "thp,dsp,mov,"))
goto fail;
if (!is_id32be(0x00,sf, "THP\0"))
goto fail;