mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-06 13:31:55 +00:00
Removes two temporary debugging steps.
This commit is contained in:
parent
f95b07efea
commit
09132306e4
@ -772,8 +772,6 @@ struct ActivityObserver: public Activity::Observer {
|
|||||||
if(splitAndSync) {
|
if(splitAndSync) {
|
||||||
self->_machine->crt_machine()->run_for((double)(self->_syncTime - lastTime) / 1e9);
|
self->_machine->crt_machine()->run_for((double)(self->_syncTime - lastTime) / 1e9);
|
||||||
// NSLog(@"%0.4f [%d / %0.4f]\n", self->_machine->crt_machine()->get_scan_status().current_position, apple_cycles, CRTMachine::Machine::machine_duration);
|
// NSLog(@"%0.4f [%d / %0.4f]\n", self->_machine->crt_machine()->get_scan_status().current_position, apple_cycles, CRTMachine::Machine::machine_duration);
|
||||||
apple_cycles = 0;
|
|
||||||
CRTMachine::Machine::machine_duration = 0.0;
|
|
||||||
self->_machine->crt_machine()->run_for((double)(timeNow - self->_syncTime) / 1e9);
|
self->_machine->crt_machine()->run_for((double)(timeNow - self->_syncTime) / 1e9);
|
||||||
} else {
|
} else {
|
||||||
self->_machine->crt_machine()->run_for((double)duration / 1e9);
|
self->_machine->crt_machine()->run_for((double)duration / 1e9);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user