diff options
| author | JMC47 <JMC4789@gmail.com> | 2021-07-21 02:36:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-21 02:36:43 -0400 |
| commit | a1e806ed76e6746259a730a5db82052b53f084f1 (patch) | |
| tree | e2246fc40dab5a0ae32bad834fbc96fe5533a8e5 /Source/Core/AudioCommon/AudioCommon.cpp | |
| parent | b515786c8dd94aac73e59003d9c232bd319ae1bd (diff) | |
| parent | b8f0e97c025dc7a50c7c729185195b3577321987 (diff) | |
Merge pull request #9600 from Bonta0/mgba-pr
Full GBA Controllers Integration with mGBA
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/AudioCommon.cpp | 3 |
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); |
