mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
AudioCommon: Don't forget to call Init() on fallback
This commit is contained in:
parent
1c5441aa40
commit
7c286064b8
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ void InitSoundStream()
|
||||||
WARN_LOG(AUDIO, "Could not initialize backend %s, using %s instead.", backend.c_str(),
|
WARN_LOG(AUDIO, "Could not initialize backend %s, using %s instead.", backend.c_str(),
|
||||||
BACKEND_NULLSOUND);
|
BACKEND_NULLSOUND);
|
||||||
g_sound_stream = std::make_unique<NullSound>();
|
g_sound_stream = std::make_unique<NullSound>();
|
||||||
|
g_sound_stream->Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
UpdateSoundStream();
|
UpdateSoundStream();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue