Added support for Transformers: Dark of the Moon (Wii)

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@961 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
bxaimc 2011-06-21 02:34:31 +00:00
parent 9d25a6bbb4
commit 83e098b83d

View File

@ -315,6 +315,7 @@ VGMSTREAM * init_vgmstream_fsb4(STREAMFILE *streamFile) {
case 0x40000882:
case 0x40100802:
case 0x40200802:
case 0x00000802:
if (loop_flag) {
vgmstream->loop_start_sample = 0;
vgmstream->loop_end_sample = read_32bitLE(0x50,streamFile);