Skip to content

Commit

Permalink
Merged revision(s) 22699 from trunk/OpenMPT/libopenmpt/xmp-openmpt:
Browse files Browse the repository at this point in the history
[Fix] xmp-openmpt: Update for newer XMPlay SDK 2025-02-01.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@22701 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 2, 2025
1 parent 77707f1 commit 43eb245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libopenmpt/xmp-openmpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ static void WINAPI openmpt_SetFormat( XMPFORMAT * form ) {
form->rate = 0;
form->chan = 0;
form->res = 0;
form->chanmask = 0;
return;
}
if ( self->settings.samplerate != 0 ) {
Expand Down Expand Up @@ -1057,6 +1058,7 @@ static void WINAPI openmpt_SetFormat( XMPFORMAT * form ) {
}
}
form->res = 4; // float
form->chanmask = 0;
}

// get the tags
Expand Down

0 comments on commit 43eb245

Please sign in to comment.