From 30b06ae9defe190c97bb70d1721d44cfce771cb0 Mon Sep 17 00:00:00 2001 From: SupSuper Date: Mon, 15 Mar 2021 20:52:05 +0000 Subject: [PATCH] CREATE_PROJECT: Add new scaler feature flags --- devtools/create_project/create_project.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 09411202f12..d597233ca9d 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" },