mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: friendlier name for N163 TDM disable
This commit is contained in:
parent
d2a8b028e8
commit
283d74c32f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue