mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Add .MOV extension [Dora the Explorer JttPP (GC)]
This commit is contained in:
parent
b7fe021779
commit
35bdda8c8c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user