From 0b0f9f59229bfb464eea4af12a615292fdafad90 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 4 Sep 2001 21:25:45 +0000 Subject: [PATCH] Reversed fix --- zsnes/src/win/winlink.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 41bacdbf..8c4c64f2 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -727,14 +727,6 @@ ReInitSound() { WAVEFORMATEX wfx; - if (SoundEnabled == 0) - { - lpSoundBuffer->Stop(); - lpSoundBuffer->Release(); - ReleaseDirectSound(); - return FALSE; - } - lpSoundBuffer->Stop(); lpSoundBuffer->Release();