Skip to content

Commit 09b22f9

Browse files
committed
Typo
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent 6b4c42c commit 09b22f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MarathonRecomp/apu/xma_decoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ void Consume(XmaPlayback *playback) {
425425
(int8_t)playback->subframes);
426426

427427
const int8_t raw_frame_read_offset =
428-
((kBytesPerFrameChannel / kOutputBytesPerBlock) * playback->channelCount)
428+
((kBytesPerFrameChannel / kOutputBytesPerBlock) * playback->channelCount) -
429429
playback->current_frame_remaining_subframes_;
430430
// + data->subframe_skip_count;
431431

0 commit comments

Comments
 (0)