BASE: Add TTS to version information

This commit is contained in:
Thierry Crozat 2021-08-18 21:44:37 +01:00
parent c225233949
commit 9f46c9a3ac

View File

@ -167,6 +167,10 @@ const char *gScummVMFeatures = ""
"taskbar "
#endif
#ifdef USE_TTS
"TTS "
#endif
#ifdef USE_CLOUD
"cloud ("
#ifdef USE_LIBCURL