VideoConfig: Eliminate bForceProgressive.

This commit is contained in:
Jordan Woyak 2025-03-10 19:01:57 -05:00
commit de01a790e1
3 changed files with 2 additions and 3 deletions

View file

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