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
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;