mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
COMMON: added USE_SMUSH to projects files
This commit is contained in:
parent
272b33c0c5
commit
955ca0eb0f
@ -848,6 +848,7 @@ const Feature s_features[] = {
|
||||
|
||||
// Feature flags
|
||||
{ "bink", "USE_BINK", "", true, "Bink video support" },
|
||||
{ "smush", "USE_SMUSH", "", true, "Smush video support" },
|
||||
{ "scalers", "USE_SCALERS", "", true, "Scalers" },
|
||||
{ "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" },
|
||||
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },
|
||||
|
Loading…
Reference in New Issue
Block a user