mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
Add flag to set USE_DETECTLANG in create_msvc.
svn-id: r50350
This commit is contained in:
parent
14fdd11c04
commit
ce111a39df
@ -840,7 +840,9 @@ const Feature s_features[] = {
|
||||
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },
|
||||
{ "mt32emu", "USE_MT32EMU", "", true, "integrated MT-32 emulator" },
|
||||
{ "nasm", "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.
|
||||
{ "translation", "USE_TRANSLATION", "", true, "Translation support" }
|
||||
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
|
||||
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there
|
||||
// is just no current way of properly detecting this...
|
||||
};
|
||||
} // End of anonymous namespace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user