mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 23:29:05 +00:00
Better explains concern.
This commit is contained in:
parent
f9cec9a102
commit
1538a02e18
@ -681,7 +681,7 @@ class ConcreteMachine:
|
|||||||
cycles_since_audio_update_ += duration;
|
cycles_since_audio_update_ += duration;
|
||||||
|
|
||||||
// Ensure no more than a single line is enqueued for just-in-time video purposes.
|
// Ensure no more than a single line is enqueued for just-in-time video purposes.
|
||||||
// TODO: as implemented, check_flush_threshold doesn't actually work. Can it be made to, or is it a bad idea?
|
// TODO: as implemented, check_flush_threshold doesn't actually work. Can it be made to without forcing cost to non-users, or is it a bad idea?
|
||||||
if(video_.check_flush_threshold<131>()) {
|
if(video_.check_flush_threshold<131>()) {
|
||||||
update_interrupts();
|
update_interrupts();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user