Enable all Audio codecs by default

This commit is contained in:
Luke Usher 2018-01-07 11:22:51 +00:00 committed by PatrickvL
parent f5ea8c693b
commit 301de5889c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
// ******************************************************************
// * func: XBAudio::XBAudio
// ******************************************************************
XBAudio::XBAudio() : m_bLegacyAudioHack(false), m_bPCM(true), m_bXADPCM(false), m_bUnknownCodec(false)
XBAudio::XBAudio() : m_bLegacyAudioHack(false), m_bPCM(true), m_bXADPCM(true), m_bUnknownCodec(true)
{
m_binAudioAdapter = { 0 };
}