VideoConfig: Eliminate bForceProgressive.

This commit is contained in:
Jordan Woyak
2025-03-10 19:01:57 -05:00
parent 5ed8b7bc9d
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;