VERA version number fix.

This commit is contained in:
Electric Keet 2025-08-09 15:25:17 -07:00 committed by tildearrow
parent cc4c20218e
commit bf348efe24
25 changed files with 67 additions and 62 deletions

View file

@ -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;
}