Added more PCM FSB support for Toy Story 3 (PS3)

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@856 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
bxaimc 2010-09-23 23:52:16 +00:00
parent ae6fcf2810
commit ab4ef5647d

View File

@ -222,6 +222,7 @@ VGMSTREAM * init_vgmstream_fsb4(STREAMFILE *streamFile) {
case 0x20205000:
case 0x30610080:
case 0x50210080: /* Another Century's Episode R (PS3) */
case 0x50010800: /* Toy Story 3 (PS3) */
vgmstream->coding_type = coding_PCM16LE;
vgmstream->layout_type = layout_interleave;
vgmstream->interleave_block_size = 0x2;