From d0f0b4c0e054b2177e524fba274dbefa98dfa7b7 Mon Sep 17 00:00:00 2001 From: Bonta <40473493+Bonta0@users.noreply.github.com> Date: Sun, 4 Jul 2021 13:15:37 +0200 Subject: SI: Implement GBAEmu device --- Source/Core/AudioCommon/AudioCommon.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/AudioCommon/AudioCommon.cpp') diff --git a/Source/Core/AudioCommon/AudioCommon.cpp b/Source/Core/AudioCommon/AudioCommon.cpp index cfa5383c7c..6623b5ad8b 100644 --- a/Source/Core/AudioCommon/AudioCommon.cpp +++ b/Source/Core/AudioCommon/AudioCommon.cpp @@ -68,7 +68,8 @@ void InitSoundStream() void PostInitSoundStream() { - // This needs to be called after AudioInterface::Init where input sample rates are set + // This needs to be called after AudioInterface::Init and SerialInterface::Init (for GBA devices) + // where input sample rates are set UpdateSoundStream(); SetSoundStreamRunning(true); -- cgit v1.2.3