1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-16 22:28:57 +00:00

Updates comment.

This commit is contained in:
Thomas Harte 2020-01-26 11:36:06 -05:00
parent 43bf6aca67
commit 79bb0f8222

View File

@ -399,7 +399,8 @@ template <Analyser::Static::Macintosh::Target::Model model> class ConcreteMachin
via_.flush(); via_.flush();
audio_.queue.perform(); audio_.queue.perform();
// Experimental? // This avoids deferring IWM costs indefinitely, until
// they become artbitrarily large.
iwm_.flush(); iwm_.flush();
} }