mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
AudioCommon: Initialize before HW
This commit is contained in:
@ -19,6 +19,7 @@ extern std::unique_ptr<SoundStream> g_sound_stream;
|
||||
namespace AudioCommon
|
||||
{
|
||||
void InitSoundStream();
|
||||
void PostInitSoundStream();
|
||||
void ShutdownSoundStream();
|
||||
std::string GetDefaultSoundBackend();
|
||||
std::vector<std::string> GetSoundBackends();
|
||||
|
Reference in New Issue
Block a user