Replace SF_ENABLE_TABLE_PATS flag and SC_PATCH with SF_PATCH

This commit is contained in:
Jonathan G Rennison
2023-11-18 14:52:30 +00:00
parent 35d1955db0
commit ccfdf626ad
10 changed files with 253 additions and 397 deletions

View File

@@ -3218,7 +3218,6 @@ static std::vector<const SettingDesc *> MakeSettingsPatxList(const SettingTable
for (auto &sd : settings) {
if (sd->patx_name == nullptr) continue;
if ((sd->flags & SF_ENABLE_TABLE_PATS) && SlXvIsFeaturePresent(XSLFI_TABLE_PATS)) continue;
sorted_patx_settings.push_back(sd.get());
}