GUI: finish some more TODOs
This commit is contained in:
parent
a6ad79f686
commit
8ba6c4cf42
4 changed files with 4 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue