ughhhhhhhhhhhhhhhhhhhhhhhhhhh

This commit is contained in:
tildearrow 2023-02-12 02:02:54 -05:00
parent 11154923b0
commit 30ce6e9ed7
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ void DivPlatformES5506::tick(bool sysTick) {
// volume/panning macros
if (chan[i].std.vol.had) {
const int nextVol=VOL_SCALE_LOG((0xfff*chan[i].vol)/0xff,(0xfff*chan[i].std.vol.val)/chan[i].volMacroMax,0xfff);
logV("nextVol[%d]: %d (%d,%d,%d)",i,nextVol,chan[i].vol,chan[i].std.vol.val,chan[i].volMacroMax);
if (chan[i].outVol!=nextVol) {
chan[i].outVol=nextVol;
chan[i].volChanged.lVol=1;