Merge pull request #9820 from BarryJRowe/master
Fix to audiomixer ifdef.
This commit is contained in:
commit
1392143d14
|
@ -4453,7 +4453,6 @@ bool is_ai_service_speech_running(void)
|
|||
{
|
||||
#ifdef HAVE_AUDIOMIXER
|
||||
enum audio_mixer_state res = audio_driver_mixer_get_stream_state(10);
|
||||
RARCH_LOG("TTT %d\n", res);
|
||||
if (res == AUDIO_STREAM_STATE_NONE || res == AUDIO_STREAM_STATE_STOPPED)
|
||||
return false;
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue