mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
f u
This commit is contained in:
commit
97f92c128d
@ -1 +1 @@
|
||||
#define VERSION "r1000"
|
||||
#define VERSION "r995-1"
|
||||
|
@ -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:
|
||||
|
@ -339,6 +339,8 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
|
||||
sample_count = (data_size / fmt.block_size) * (fmt.block_size - 4 * fmt.channel_count) * 2 / fmt.channel_count +
|
||||
((data_size % fmt.block_size) ? (data_size % fmt.block_size - 4 * fmt.channel_count) * 2 / fmt.channel_count : 0);
|
||||
break;
|
||||
case coding_NGC_DSP:
|
||||
break;
|
||||
default:
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user