File diff r24217:df2f5854f1e3 → r24218:c32caa9f014d
src/sound/xaudio2_s.cpp
Show inline comments
 
@@ -126,7 +126,7 @@ static StreamingVoiceContext* _voice_con
 
* @return An error message if unsuccessful, or nullptr otherwise.
 
*
 
*/
 
const char *SoundDriver_XAudio2::Start(const char * const *parm)
 
const char *SoundDriver_XAudio2::Start(const StringList &parm)
 
{
 
	HRESULT hr = CoInitializeEx(nullptr, COINIT_MULTITHREADED);