[Scummvm-git-logs] scummvm master -> 30b06ae9defe190c97bb70d1721d44cfce771cb0
SupSuper
supsuper at gmail.com
Mon Mar 15 20:55:16 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
30b06ae9de CREATE_PROJECT: Add new scaler feature flags
Commit: 30b06ae9defe190c97bb70d1721d44cfce771cb0
https://github.com/scummvm/scummvm/commit/30b06ae9defe190c97bb70d1721d44cfce771cb0
Author: SupSuper (supsuper at gmail.com)
Date: 2021-03-15T20:52:05Z
Commit Message:
CREATE_PROJECT: Add new scaler feature flags
Changed paths:
devtools/create_project/create_project.cpp
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 09411202f1..d597233ca9 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1058,6 +1058,8 @@ const Feature s_features[] = {
{ "bink", "USE_BINK", false, true, "Bink video support" },
{ "scalers", "USE_SCALERS", false, true, "Scalers" },
{ "hqscalers", "USE_HQ_SCALERS", false, true, "HQ scalers" },
+ { "edgescalers", "USE_EDGE_SCALERS", false, true, "Edge scalers" },
+ { "aspect", "USE_ASPECT", false, true, "Aspect ratio correction" },
{ "16bit", "USE_RGB_COLOR", false, true, "16bit color support" },
{ "highres", "USE_HIGHRES", false, true, "high resolution" },
{ "mt32emu", "USE_MT32EMU", false, true, "integrated MT-32 emulator" },
More information about the Scummvm-git-logs
mailing list