1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Switch to spinning on SID thread synchronisation.

This commit is contained in:
Thomas Harte
2025-11-13 17:59:24 -05:00
parent d01e1f3bb1
commit c9c1bde6e2
22 changed files with 38 additions and 22 deletions
+1 -1
View File
@@ -817,7 +817,7 @@ public:
}
~ConcreteMachine() {
speaker_.queue.flush();
speaker_.queue.lock_flush();
}
// MARK: - TimedMachine.