mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Eliminates hard-coded concept of timer jitter.
This commit is contained in:
@@ -34,6 +34,8 @@ class ScanTargetWidget : public QOpenGLWidget
|
||||
GLuint framebuffer = 0;
|
||||
MachineTypes::ScanProducer *producer = nullptr;
|
||||
|
||||
Time::Nanos requested_redraw_time_ = 0;
|
||||
|
||||
void setDefaultClearColour();
|
||||
|
||||
private slots:
|
||||
|
Reference in New Issue
Block a user