AudioCommon: Initialize before HW

This commit is contained in:
Bonta-kun
2021-03-22 00:06:44 +01:00
parent bc4d0b3ef8
commit 66e39de1ab
4 changed files with 12 additions and 9 deletions

View File

@ -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();