mirror of
https://github.com/TomHarte/CLK.git
synced 2026-03-11 04:42:20 +00:00
Removes audio_queue_.flush() calls; I don't think I really need to block. At least, not usually.
This commit is contained in:
@@ -342,7 +342,6 @@ class ConcreteMachine:
|
||||
vdp_.flush();
|
||||
update_audio();
|
||||
audio_queue_.perform();
|
||||
audio_queue_.flush();
|
||||
}
|
||||
|
||||
const std::vector<std::unique_ptr<Inputs::Joystick>> &get_joysticks() override {
|
||||
|
||||
Reference in New Issue
Block a user