mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
Add extensionless .dsp [Tony Hawk's Downhill Jam (Wii)]
This commit is contained in:
parent
1720191b53
commit
63b8778912
@ -253,8 +253,9 @@ VGMSTREAM * init_vgmstream_ngc_dsp_std(STREAMFILE *streamFile) {
|
|||||||
|
|
||||||
/* checks */
|
/* checks */
|
||||||
/* .dsp: standard
|
/* .dsp: standard
|
||||||
* .adp: Dr. Muto/Battalion Wars (GC) mono files */
|
* .adp: Dr. Muto/Battalion Wars (GC) mono files
|
||||||
if (!check_extensions(streamFile, "dsp,adp"))
|
* (extensionless): Tony Hawk's Downhill Jam (Wii) */
|
||||||
|
if (!check_extensions(streamFile, "dsp,adp,"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
if (read_dsp_header(&header, 0x00, streamFile))
|
if (read_dsp_header(&header, 0x00, streamFile))
|
||||||
|
Loading…
Reference in New Issue
Block a user