mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
another magic special case for de Blob 2 (6 channels)
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1001 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
f227e3fe47
commit
bcb7d5dad9
@ -310,6 +310,8 @@ VGMSTREAM * init_vgmstream_fsb4(STREAMFILE *streamFile) {
|
||||
vgmstream->loop_end_sample = read_32bitLE(0x50,streamFile);
|
||||
}
|
||||
break;
|
||||
/* de Blob 2*/
|
||||
case 0x00000886:
|
||||
/* WII (de Blob, Night at the Museum) */
|
||||
case 0x40000802:
|
||||
case 0x40000882:
|
||||
|
Loading…
Reference in New Issue
Block a user