GUI: friendlier name for N163 TDM disable
This commit is contained in:
parent
d2a8b028e8
commit
283d74c32f
|
@ -373,7 +373,7 @@ void FurnaceGUI::drawSysConf(int i) {
|
||||||
updateWindowTitle();
|
updateWindowTitle();
|
||||||
} rightClickable
|
} rightClickable
|
||||||
bool n163Multiplex=flags&128;
|
bool n163Multiplex=flags&128;
|
||||||
if (ImGui::Checkbox("Disable Multiplexed Output",&n163Multiplex)) {
|
if (ImGui::Checkbox("Disable hissing",&n163Multiplex)) {
|
||||||
e->setSysFlags(i,(flags&(~128))|(n163Multiplex<<7),restart);
|
e->setSysFlags(i,(flags&(~128))|(n163Multiplex<<7),restart);
|
||||||
updateWindowTitle();
|
updateWindowTitle();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue