mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
CREATE_PROJECT: Add support for enabling the key mapper feature
This commit is contained in:
parent
df88a1f2a7
commit
5c9da28119
@ -855,6 +855,7 @@ const Feature s_features[] = {
|
||||
{ "taskbar", "USE_TASKBAR", "", true, "Taskbar integration support" },
|
||||
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
|
||||
{ "vkeybd", "ENABLE_VKEYBD", "", false, "Virtual keyboard support"},
|
||||
{ "keymapper","ENABLE_KEYMAPPER", "", false, "Keymapper 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...
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user