1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00
CLK/OSBindings/Qt
Thomas Harte b14bedbe29
Merge pull request #817 from TomHarte/LockFreeQueue
Fully splits buffering from drawing for the existing OpenGL scan target.
2020-07-30 21:42:20 -04:00
..
.gitignore Makes sure the timer really, really is on a different thread. 2020-06-14 23:22:00 -04:00
audiobuffer.h Adds explicit conversions to qint64. 2020-06-19 23:12:18 -04:00
ClockSignal_en_GB.ts Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
ClockSignal.pro Merge branch 'master' into LockFreeQueue 2020-07-24 22:29:45 -04:00
functionthread.h FunctionThreads no longer automatically start. 2020-07-01 18:55:42 -04:00
main.cpp Attempt to load a file if passed on the command line. 2020-07-13 21:51:55 -04:00
mainwindow.cpp Adds feedback on unidentified ROMs. 2020-07-27 20:45:47 -04:00
mainwindow.h Provides user feedback upon improper command-line usage. 2020-07-27 20:40:38 -04:00
mainwindow.ui Wires up all new machine options. 2020-06-18 23:34:37 -04:00
scantargetwidget.cpp Attempts to improve vsync deadline estimation. 2020-07-27 21:08:00 -04:00
scantargetwidget.h Attempts mouse event capture. 2020-07-04 00:29:37 -04:00
settings.h Makes an attempt at the single document interface. 2020-06-21 12:30:18 -04:00
timer.cpp FunctionThreads no longer automatically start. 2020-07-01 18:55:42 -04:00
timer.h Makes sure the timer really, really is on a different thread. 2020-06-14 23:22:00 -04:00