Added detection of buggy Voodoo3 drivers, then found a hack that fixes the problems. Sigh...

This commit is contained in:
Chris Danford
2003-02-20 10:41:43 +00:00
parent 6796e39be7
commit 32cdbed7bf
6 changed files with 126 additions and 34 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ DSound::DSound()
HRESULT hr;
// Initialize COM
if( hr = CoInitialize( NULL ) )
if( FAILED( hr = CoInitialize( NULL ) ) )
RageException::ThrowNonfatal(hr_ssprintf(hr, "CoInitialize"));
// Create IDirectSound using the primary sound device