mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Externals: Update cubeb to mozilla/cubeb@773f16b7ea and make it a submodule.
CMakeLists.txt has been extracted and modified a bit to work with Dolphin's typical build settings.
This commit is contained in:
@ -39,7 +39,7 @@ bool CubebStream::Init()
|
||||
|
||||
m_stereo = !Config::ShouldUseDPL2Decoder();
|
||||
|
||||
cubeb_stream_params params;
|
||||
cubeb_stream_params params{};
|
||||
params.rate = m_mixer->GetSampleRate();
|
||||
if (m_stereo)
|
||||
{
|
||||
|
Reference in New Issue
Block a user