mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 15:00:11 +01:00
grand finale
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@650 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
fb033ac63a
commit
3bffe29bb9
@ -269,6 +269,7 @@ VGMSTREAM * init_vgmstream_fsb4(STREAMFILE *streamFile) {
|
||||
|
||||
if (read_32bitBE(0x60,streamFile) != 0x20000882 &&
|
||||
read_32bitBE(0x60,streamFile) != 0x20100002 &&
|
||||
read_32bitBE(0x60,streamFile) != 0x20100882 &&
|
||||
read_32bitBE(0x60,streamFile) != 0x20100802 &&
|
||||
read_32bitBE(0x60,streamFile) != 0x20100082 &&
|
||||
read_32bitBE(0x60,streamFile) != 0x20000802) {
|
||||
@ -328,6 +329,7 @@ VGMSTREAM * init_vgmstream_fsb4(STREAMFILE *streamFile) {
|
||||
case 0x20000882:
|
||||
case 0x20000802:
|
||||
case 0x20100002:
|
||||
case 0x20100882:
|
||||
case 0x20100802:
|
||||
case 0x20100082:
|
||||
vgmstream->coding_type = coding_NGC_DSP;
|
||||
|
Loading…
Reference in New Issue
Block a user