mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108).
svn-id: r31372
This commit is contained in:
parent
510a81bbd8
commit
27a39e7f12
@ -448,8 +448,8 @@ void ProtrackerStream::interrupt(void) {
|
||||
sample.data,
|
||||
sample.replen > 2 ? sample.data + sample.repeat : 0,
|
||||
sample.len,
|
||||
sample.replen,
|
||||
_track[track].offset);
|
||||
sample.replen);
|
||||
setChannelOffset(track, _track[track].offset);
|
||||
_track[track].sample = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user