Tremolo is broken.
This commit is contained in:
parent
2f45f59906
commit
540af1e2ef
2 changed files with 3 additions and 1 deletions
|
|
@ -863,7 +863,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
|
|||
if (echoBufSize1<0) echoBufSize1=0;
|
||||
if (echoBufSize1>2725) echoBufSize1=2725;
|
||||
echoDelay=2725-echoBufSize1;
|
||||
altered=true;;
|
||||
altered=true;
|
||||
} rightClickable
|
||||
ImGui::Text("Echo feedback:");
|
||||
if (CWSliderInt("##EchoFeedback",&echoFeedback,0,255)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue