Merge pull request #9820 from BarryJRowe/master

Fix to audiomixer ifdef.
This commit is contained in:
Twinaphex 2019-12-05 07:47:40 +01:00 committed by GitHub
commit 1392143d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;