remove a now-unneeded comment
This commit is contained in:
parent
5dc866bfc9
commit
a751b627fd
|
@ -59,7 +59,6 @@ void CEXIMic::StreamInit()
|
||||||
|
|
||||||
void CEXIMic::StreamTerminate()
|
void CEXIMic::StreamTerminate()
|
||||||
{
|
{
|
||||||
// TODO keep track of number of mics...
|
|
||||||
if (pa_init && --mic_count <= 0)
|
if (pa_init && --mic_count <= 0)
|
||||||
pa_error = Pa_Terminate();
|
pa_error = Pa_Terminate();
|
||||||
|
|
||||||
|
|
|
@ -276,7 +276,6 @@ void CheckExceptions()
|
||||||
// Read volatile data once
|
// Read volatile data once
|
||||||
u32 exceptions = ppcState.Exceptions;
|
u32 exceptions = ppcState.Exceptions;
|
||||||
|
|
||||||
// This check is unnecessary in JIT mode. However, it probably doesn't really hurt.
|
|
||||||
if (!exceptions)
|
if (!exceptions)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue