Merge pull request #13413 from jordan-woyak/vconfig-progressive

VideoConfig: Eliminate bForceProgressive.
This commit is contained in:
JMC47 2025-03-11 18:59:28 -04:00 committed by GitHub
commit b7bd0a0836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -279,7 +279,6 @@ struct VideoConfig final
bool bEFBAccessDeferInvalidation = false;
bool bPerfQueriesEnable = false;
bool bBBoxEnable = false;
bool bForceProgressive = false;
bool bCPUCull = false;
bool bEFBEmulateFormatChanges = false;