mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Add .mca for Capcom .adpcm [MH Generations Ultimate (Switch)]
This commit is contained in:
parent
d4651feded
commit
3339b61696
@ -11,7 +11,8 @@ VGMSTREAM * init_vgmstream_adpcm_capcom(STREAMFILE *streamFile) {
|
||||
|
||||
|
||||
/* checks */
|
||||
if (!check_extensions(streamFile,"adpcm"))
|
||||
/* .mca: Monster Hunter Generations Ultimate / XX */
|
||||
if (!check_extensions(streamFile,"adpcm,mca"))
|
||||
goto fail;
|
||||
if (read_32bitBE(0x00,streamFile) != 0x02000000)
|
||||
goto fail;
|
||||
|
Loading…
Reference in New Issue
Block a user