mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-21 20:59:52 +01:00
Merge pull request #617 from NicknineTheEagle/ea
EA SCHl: Fixed some EA MicroTalk samples
This commit is contained in:
commit
187ce1fad5
@ -1286,7 +1286,9 @@ static VGMSTREAM * init_vgmstream_ea_variable_header(STREAMFILE* sf, ea_header*
|
||||
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))) {
|
||||
(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