spu: fix bug with badly messed up sequenced music
This commit is contained in:
parent
57dbe9128d
commit
41aa900bb7
|
@ -497,6 +497,8 @@ void SPU_struct::KeyOn(int channel)
|
|||
}
|
||||
default: break;
|
||||
}
|
||||
|
||||
thischan.double_totlength_shifted = (double)(thischan.totlength << format_shift[thischan.format]);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue