This commit is contained in:
cam900 2022-06-06 23:46:33 +09:00
parent 74e3892fd9
commit 44cee98868

View file

@ -123,7 +123,7 @@ void FurnaceGUI::drawSysConf(int chan, DivSystem type, unsigned int& flags, bool
} }
if (ImGui::RadioButton("Yamaha YMF281",((flags>>4)&15)==1)) { if (ImGui::RadioButton("Yamaha YMF281",((flags>>4)&15)==1)) {
copyOfFlags=(flags&(~0xf0))|0x10; copyOfFlags=(flags&(~0xf0))|0x10;
}
if (ImGui::RadioButton("Yamaha YM2423",((flags>>4)&15)==2)) { if (ImGui::RadioButton("Yamaha YM2423",((flags>>4)&15)==2)) {
copyOfFlags=(flags&(~0xf0))|0x20; copyOfFlags=(flags&(~0xf0))|0x20;
} }