Fixed microphone problem 3 : the emu doesn't freeze anymore when closing it.
This commit is contained in:
parent
a28d6c1d23
commit
840952a06a
|
@ -101,10 +101,10 @@ void Mic_DeInit()
|
|||
if(!Mic_Inited)
|
||||
return;
|
||||
|
||||
Mic_Inited = FALSE;
|
||||
|
||||
waveInReset(waveIn);
|
||||
waveInClose(waveIn);
|
||||
|
||||
Mic_Inited = FALSE;
|
||||
}
|
||||
|
||||
u8 Mic_ReadSample()
|
||||
|
|
Loading…
Reference in New Issue