mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
CREATE_PROJECT: Enable TTS on msvc by default
This commit is contained in:
parent
9a7a7743bb
commit
d68baf4008
@ -1095,7 +1095,7 @@ const Feature s_features[] = {
|
||||
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" }, // This feature actually depends on "translation", there
|
||||
// is just no current way of properly detecting this...
|
||||
{ "text-console", "USE_TEXT_CONSOLE_FOR_DEBUGGER", "", false, "Text console debugger" }, // This feature is always applied in xcode projects
|
||||
{ "tts", "USE_TTS", "", false, "Text to speech support"}
|
||||
{ "tts", "USE_TTS", "", true, "Text to speech support"}
|
||||
};
|
||||
|
||||
const Tool s_tools[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user