GUI: clarify VERA revision 47.0.2
This commit is contained in:
parent
b202f270ab
commit
137e8c7800
1 changed files with 1 additions and 1 deletions
|
|
@ -2645,7 +2645,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
chipType=0;
|
||||
altered=true;
|
||||
}
|
||||
if (ImGui::RadioButton(_("V 47.0.2 (9-bit volume)"),chipType==1)) {
|
||||
if (ImGui::RadioButton(_("V 47.0.2 (different volume curve)"),chipType==1)) {
|
||||
chipType=1;
|
||||
altered=true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue