1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Switch name back to emphasise _async_.

This commit is contained in:
Thomas Harte
2022-07-16 14:41:04 -04:00
parent 52c3e0592a
commit 8f2e94a1d8
45 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
using namespace MOS::MOS6560;
AudioGenerator::AudioGenerator(Concurrency::TaskQueue<false> &audio_queue) :
AudioGenerator::AudioGenerator(Concurrency::AsyncTaskQueue<false> &audio_queue) :
audio_queue_(audio_queue) {}