From 30ce6e9ed77c2539e1d170e5a376769fcbba5ddb Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 12 Feb 2023 02:02:54 -0500 Subject: [PATCH] ughhhhhhhhhhhhhhhhhhhhhhhhhhh --- src/engine/platform/es5506.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/platform/es5506.cpp b/src/engine/platform/es5506.cpp index ae7f144c..8e149e1a 100644 --- a/src/engine/platform/es5506.cpp +++ b/src/engine/platform/es5506.cpp @@ -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;