Frontend: Use configured audio backend when creating stream

This commit is contained in:
Connor McLaughlin
2019-12-23 17:02:49 +10:00
parent 16317d077e
commit 0eab6435fe
2 changed files with 37 additions and 14 deletions

View File

@ -79,12 +79,13 @@ private:
bool CreateDisplay();
void DestroyDisplay();
void CreateImGuiContext();
bool CreateAudioStream();
void CreateAudioStream();
void SaveSettings();
void QueueSwitchGPURenderer();
void SwitchGPURenderer();
void SwitchAudioRenderer();
void UpdateFullscreen();
void UpdateControllerMapping();