summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/AudioCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
-rw-r--r--Source/Core/AudioCommon/AudioCommon.cpp3
1 files changed, 2 insertions, 1 deletions
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);