Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane-D committed Jan 31, 2024
1 parent eb4b423 commit 8ff3606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snd/xgm2.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void NO_INLINE XGM2_load(const u8 *song)

void XGM2_load_FAR(const u8 *song, const u32 len)
{
XGM2_load(FAR_SAFE(song, size));
XGM2_load(FAR_SAFE(song, len));
}

void NO_INLINE XGM2_playTrack(const u16 track)
Expand Down

0 comments on commit 8ff3606

Please sign in to comment.