GUI: friendlier name for N163 TDM disable

This commit is contained in:
tildearrow 2022-04-11 02:39:06 -05:00
parent d2a8b028e8
commit 283d74c32f
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ void FurnaceGUI::drawSysConf(int i) {
updateWindowTitle();
} rightClickable
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);
updateWindowTitle();
}