Fixed microphone problem 3 : the emu doesn't freeze anymore when closing it.

This commit is contained in:
luigi__ 2009-01-12 16:41:57 +00:00
parent a28d6c1d23
commit 840952a06a
1 changed files with 2 additions and 2 deletions

View File

@ -101,10 +101,10 @@ void Mic_DeInit()
if(!Mic_Inited)
return;
Mic_Inited = FALSE;
waveInReset(waveIn);
waveInClose(waveIn);
Mic_Inited = FALSE;
}
u8 Mic_ReadSample()