mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 16:30:54 +01:00
Merge pull request #788 from NicknineTheEagle/ea
EA Harmony: Fixed RAM sounds
This commit is contained in:
commit
3c0732c88f
@ -961,7 +961,8 @@ VGMSTREAM * init_vgmstream_ea_sbr_harmony(STREAMFILE *sf) {
|
|||||||
|
|
||||||
if (!is_streamed) {
|
if (!is_streamed) {
|
||||||
/* RAM asset */
|
/* RAM asset */
|
||||||
if (read_u32be(data_offset, sf) != 0x64617461) /* "data" */
|
if (read_u32be(data_offset, sf) != 0x64617461 && /* "data" */
|
||||||
|
read_u32be(data_offset, sf) != 0x44415441) /* "DATA" */
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
sf_data = sf;
|
sf_data = sf;
|
||||||
|
Loading…
Reference in New Issue
Block a user