mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
Added more cases for PCM FSB4 from Rocket Knight (PC)
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@801 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
432897d1a2
commit
d51eb7f24a
@ -203,6 +203,16 @@ VGMSTREAM * init_vgmstream_fsb4(STREAMFILE *streamFile) {
|
||||
|
||||
/* Rocket Knight (PC) */
|
||||
case 0x50210000:
|
||||
case 0x30210000:
|
||||
case 0x30011000:
|
||||
case 0x20005000:
|
||||
case 0x30011080:
|
||||
case 0x30211000:
|
||||
case 0x40005020:
|
||||
case 0x20204000:
|
||||
case 0x40204020:
|
||||
case 0x50011000:
|
||||
case 0x20205000:
|
||||
vgmstream->coding_type = coding_PCM16LE;
|
||||
vgmstream->layout_type = layout_interleave;
|
||||
vgmstream->interleave_block_size = 0x2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user