mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PulseAudio: Support 5.1 surround, optional in UI
This commit is contained in:
@ -45,6 +45,10 @@ private:
|
||||
std::thread m_thread;
|
||||
std::atomic<bool> m_run_thread;
|
||||
|
||||
bool m_stereo; // stereo, else surround
|
||||
int m_bytespersample;
|
||||
int m_channels;
|
||||
|
||||
int m_pa_error;
|
||||
int m_pa_connected;
|
||||
pa_mainloop *m_pa_ml;
|
||||
|
Reference in New Issue
Block a user