1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00
CLK/Outputs
Thomas Harte 6f7dd10d95 Reduces draw/update contention.
This won't yet have any effect on either port owing to the way they handle contexts, but here it is.
2019-03-07 19:28:32 -05:00
..
CRT Minor tweak: don't start counting phase from zero. 2019-02-27 18:51:51 -05:00
OpenGL Reduces draw/update contention. 2019-03-07 19:28:32 -05:00
Speaker
DisplayMetrics.cpp Makes effort to round out draft 1 of Outputs::Display::Metrics. 2019-03-05 22:01:58 -05:00
DisplayMetrics.hpp Makes effort to round out draft 1 of Outputs::Display::Metrics. 2019-03-05 22:01:58 -05:00
Log.hpp Eliminates dangling uses of printf. 2019-03-02 18:07:05 -05:00
ScanTarget.cpp
ScanTarget.hpp