1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00
CLK/Outputs
Thomas Harte 35f1a7ab10 Resolves a potential out-of-bounds array access.
Risk was: allocation exactly joins end of buffer. In which case the next get_data won't wrap the texture y coordinate since it won't spot an x overage.
2019-11-05 21:47:40 -05:00
..
CRT Attempts also to spot data writes without allocations. 2019-10-19 18:26:56 -04:00
OpenGL Resolves a potential out-of-bounds array access. 2019-11-05 21:47:40 -05:00
Speaker Improves const usage. 2019-07-16 22:13:47 -04:00
DisplayMetrics.cpp
DisplayMetrics.hpp
Log.hpp Finally gets setw usage correct. 2019-04-15 12:41:56 -04:00
ScanTarget.cpp
ScanTarget.hpp Corrects Macintosh aspect ratio (and framing). 2019-06-13 18:41:38 -04:00