BACKENDS: Add base support for system dialogs

This commit is contained in:
SupSuper 2018-11-19 14:57:50 +00:00 committed by Thierry Crozat
parent 313cd2315e
commit 952b12311c
5 changed files with 122 additions and 0 deletions

View file

@ -1063,6 +1063,7 @@ const Feature s_features[] = {
{ "keymapper", "ENABLE_KEYMAPPER", "", false, "Keymapper support"},
{ "eventrecorder", "ENABLE_EVENTRECORDER", "", false, "Event recorder support"},
{ "updates", "USE_UPDATES", "", false, "Updates support"},
{ "dialogs", "USE_SYSDIALOGS", "", true, "System dialogs 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...
};