Revert unnecessary change

This commit is contained in:
cam900 2023-03-12 11:56:19 +09:00
parent e6b84280aa
commit c8c2704a99
2 changed files with 0 additions and 8 deletions

View file

@ -856,10 +856,6 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
clockSel=1;
altered=true;
}
if (ImGui::RadioButton("14.32MHz (NTSC)",clockSel==2)) {
clockSel=2;
altered=true;
}
if (ImGui::Checkbox("Stereo",&stereo)) {
altered=true;