mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- fixed: OPLio::WriteTremolo wrote the wrong value for operator #0.
This commit is contained in:
parent
762ba13cd9
commit
c6a516089e
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ void OPLio::WriteTremolo(uint32_t channel, struct GenMidiVoice *voice, bool vibr
|
|||
val2 |= 0x40;
|
||||
}
|
||||
WriteOperator(OPL_REGS_TREMOLO, channel, 1, val2);
|
||||
WriteOperator(OPL_REGS_TREMOLO, channel, 0, val2);
|
||||
WriteOperator(OPL_REGS_TREMOLO, channel, 0, val1);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue