GUI: finish some more TODOs

This commit is contained in:
tildearrow 2023-08-06 17:35:45 -05:00
parent a6ad79f686
commit 8ba6c4cf42
4 changed files with 4 additions and 11 deletions

View file

@ -1602,7 +1602,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
}
break;
}
case DIV_SYSTEM_SNES: { // TODO: echo
case DIV_SYSTEM_SNES: {
char temp[64];
int vsL=127-(flags.getInt("volScaleL",0)&127);
int vsR=127-(flags.getInt("volScaleR",0)&127);