aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project
diff options
context:
space:
mode:
authorThierry Crozat2017-02-06 22:35:52 +0000
committerThierry Crozat2017-02-06 22:35:52 +0000
commit14dcdb6103852be0ae716ee1aa84da07bbdc9638 (patch)
tree540552df3340e7641149702c0afa9abaf03c3ab3 /devtools/create_project
parent7caeb6035067126f431bd1699ad47021bbfeda1b (diff)
downloadscummvm-rg350-14dcdb6103852be0ae716ee1aa84da07bbdc9638.tar.gz
scummvm-rg350-14dcdb6103852be0ae716ee1aa84da07bbdc9638.tar.bz2
scummvm-rg350-14dcdb6103852be0ae716ee1aa84da07bbdc9638.zip
CREATE_PROJECT: Add highres feature
Diffstat (limited to 'devtools/create_project')
-rw-r--r--devtools/create_project/create_project.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 6072120a15..9b171af804 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1024,6 +1024,7 @@ const Feature s_features[] = {
{ "scalers", "USE_SCALERS", "", true, "Scalers" },
{ "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" },
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },
+ { "highres", "USE_HIGHRES", "", true, "high resolution" },
{ "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.
{ "opengl", "USE_OPENGL", "", true, "OpenGL support" },