From 59b28cf4a534877d7c8be01f87410a0ca47e5aad Mon Sep 17 00:00:00 2001 From: Natt Akuma Date: Mon, 24 Jun 2024 22:50:17 +0700 Subject: [PATCH] Fix TIunA export sync command --- src/engine/tiunaOps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/tiunaOps.cpp b/src/engine/tiunaOps.cpp index 8412e45b6..942822cdb 100644 --- a/src/engine/tiunaOps.cpp +++ b/src/engine/tiunaOps.cpp @@ -85,7 +85,7 @@ static void writeCmd(std::vector& cmds, TiunaCmd& cmd, unsigned char nbuf.ch=ch; nbuf.ticks=val; if (cmd.sync>=0) { - nbuf.buf[nlen++]=0b00111100; + nbuf.buf[nlen++]=0b00111110; nbuf.buf[nlen++]=cmd.sync; } if (cmd.wait>=17) {