mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
AudioCommon: Move logic for default sound backend there from ConfigManager
This way, we don't have to leak the HAVE_ALSA define there.
This commit is contained in:
parent
31dfaafe0b
commit
9ebfaa9324
3 changed files with 20 additions and 11 deletions
|
@ -18,6 +18,7 @@ namespace AudioCommon
|
|||
{
|
||||
void InitSoundStream();
|
||||
void ShutdownSoundStream();
|
||||
std::string GetDefaultSoundBackend();
|
||||
std::vector<std::string> GetSoundBackends();
|
||||
bool SupportsDPL2Decoder(const std::string& backend);
|
||||
bool SupportsLatencyControl(const std::string& backend);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue