CREATE_PROJECT: Add new scaler feature flags
This commit is contained in:
parent
dcb1fe586a
commit
30b06ae9de
1 changed files with 2 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue