dev244 - Namco 163: enable wave pos latch by defau
This commit is contained in:
parent
ca19c631d9
commit
2a63baf26c
4 changed files with 13 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue