dev244 - Namco 163: enable wave pos latch by defau

This commit is contained in:
tildearrow 2026-01-18 19:58:01 -05:00
parent ca19c631d9
commit 2a63baf26c
4 changed files with 13 additions and 4 deletions

View file

@ -1259,7 +1259,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
int channels=flags.getInt("channels",7)+1;
bool multiplex=flags.getBool("multiplex",false);
bool lenCompensate=flags.getBool("lenCompensate",false);
bool posLatch=flags.getBool("posLatch",false);
bool posLatch=flags.getBool("posLatch",true);
ImGui::Text(_("Clock rate:"));
ImGui::Indent();