Skip to content

Commit

Permalink
Merge pull request #873 from NicknineTheEagle/ea
Browse files Browse the repository at this point in the history
EA MPF: Increased version range [Need for Speed: ProStreet (PS2)]
  • Loading branch information
NicknineTheEagle committed Jun 11, 2021
2 parents 3909901 + 5bb8d31 commit 20e1ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/ea_schl.c
Expand Up @@ -841,7 +841,7 @@ VGMSTREAM* init_vgmstream_ea_mpf_mus(STREAMFILE* sf) {
sub_version = read_u8(0x05, sf);

if (version < 3 || version > 5) goto fail;
if (version == 5 && sub_version > 2) goto fail; /* newer version using SNR/SNS */
if (version == 5 && sub_version > 3) goto fail;

num_tracks = read_u8(0x0d, sf);
num_sections = read_u8(0x0e, sf);
Expand Down

0 comments on commit 20e1ade

Please sign in to comment.