VERA version number fix.
This commit is contained in:
parent
cc4c20218e
commit
bf348efe24
25 changed files with 67 additions and 62 deletions
|
|
@ -2599,11 +2599,11 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
chipType=0;
|
||||
altered=true;
|
||||
}
|
||||
if (ImGui::RadioButton(_("V 47.0.0 (9-bit volume)"),chipType==1)) {
|
||||
if (ImGui::RadioButton(_("V 47.0.2 (9-bit volume)"),chipType==1)) {
|
||||
chipType=1;
|
||||
altered=true;
|
||||
}
|
||||
if (ImGui::RadioButton(_("V 47.0.2 (Tri/Saw PW XOR)"),chipType==2)) {
|
||||
if (ImGui::RadioButton(_("V 48.0.1 (Tri/Saw PW XOR)"),chipType==2)) {
|
||||
chipType=2;
|
||||
altered=true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue