mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-20 20:41:08 +01:00
EA SCHl: Fixed some EA MicroTalk samples
This commit is contained in:
parent
1e5836453a
commit
a418b6eb32
@ -1285,8 +1285,10 @@ static VGMSTREAM * init_vgmstream_ea_variable_header(STREAMFILE* sf, ea_header*
|
||||
case EA_CODEC2_MT5: { /* MicroTalk (5:1 compression) */
|
||||
int use_pcm_blocks = 0;
|
||||
|
||||
if (ea->version == EA_VERSION_V3 || (ea->version == EA_VERSION_V2 &&
|
||||
(ea->platform == EA_PLATFORM_PC || ea->platform == EA_PLATFORM_MAC))) {
|
||||
if (ea->version == EA_VERSION_V3 || (ea->version == EA_VERSION_V2 &&
|
||||
(ea->platform == EA_PLATFORM_PC ||
|
||||
ea->platform == EA_PLATFORM_MAC ||
|
||||
ea->platform == EA_PLATFORM_GENERIC))) {
|
||||
use_pcm_blocks = 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user