We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3909901 commit 5bb8d31Copy full SHA for 5bb8d31
src/meta/ea_schl.c
@@ -841,7 +841,7 @@ VGMSTREAM* init_vgmstream_ea_mpf_mus(STREAMFILE* sf) {
841
sub_version = read_u8(0x05, sf);
842
843
if (version < 3 || version > 5) goto fail;
844
- if (version == 5 && sub_version > 2) goto fail; /* newer version using SNR/SNS */
+ if (version == 5 && sub_version > 3) goto fail;
845
846
num_tracks = read_u8(0x0d, sf);
847
num_sections = read_u8(0x0e, sf);
0 commit comments