Skip to content

Commit

Permalink
AudioCommon: Don't forget to call Init() on fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Oct 9, 2019
1 parent 1c5441a commit 7c28606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/AudioCommon/AudioCommon.cpp
Expand Up @@ -64,6 +64,7 @@ void InitSoundStream()
WARN_LOG(AUDIO, "Could not initialize backend %s, using %s instead.", backend.c_str(),
BACKEND_NULLSOUND);
g_sound_stream = std::make_unique<NullSound>();
g_sound_stream->Init();
}

UpdateSoundStream();
Expand Down

0 comments on commit 7c28606

Please sign in to comment.