1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-23 10:20:57 +00:00

Put this behind HAVE_TRANSLATE ifdef

This commit is contained in:
twinaphex 2019-12-04 05:12:30 +01:00
parent 43017cb65b
commit 90008242eb

@ -29320,8 +29320,8 @@ bool accessibility_speak_linux(char* speak_text, const char* language, int prior
bool accessibility_speak_ai_service(char* speak_text, const char* language, int priority) bool accessibility_speak_ai_service(char* speak_text, const char* language, int priority)
{ {
#ifdef HAVE_NETWORKING #if defined(HAVE_NETWORKING) && defined(HAVE_TRANSLATE)
/* Call the ai service listed to do espeak for us. */ /* Call the AI service listed to do espeak for us. */
/* NOTE: This call works, but the audio mixer will not /* NOTE: This call works, but the audio mixer will not
* play sound files while the core is paused, so it's * play sound files while the core is paused, so it's
* not practical at the moment. */ * not practical at the moment. */