Added support for Devil May Cry HD Collection (PS3) EFF ESS BEES. Some work and some don't. Dunno why but one day I'll fix that....eventually...

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@981 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
bxaimc 2012-07-27 05:32:13 +00:00
parent b1e043d63f
commit 747a8a6ba9

View File

@ -287,6 +287,7 @@ VGMSTREAM * init_vgmstream_fsb4(STREAMFILE *streamFile) {
/* PC Blade Kitten */
case 0x40004020:
case 0x20004000:
case 0x00004020:
vgmstream->coding_type = coding_MS_IMA;
vgmstream->layout_type = layout_none;
vgmstream->interleave_block_size = 0x24*vgmstream->channels;