mirror of https://github.com/stella-emu/stella.git
Remove debug code.
This commit is contained in:
parent
2db48ae38b
commit
eacfb41584
|
@ -204,6 +204,4 @@ void EmulationTiming::recalculate()
|
|||
myPrebufferFragmentCount,
|
||||
discreteDivCeil(myMaxCyclesPerTimeslice * myAudioSampleRate, myAudioFragmentSize * myCyclesPerSecond)
|
||||
) + myAudioQueueExtraFragments;
|
||||
|
||||
(cout << myAudioQueueCapacity << " " << myPrebufferFragmentCount << std::endl).flush();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue