mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge pull request #13413 from jordan-woyak/vconfig-progressive
VideoConfig: Eliminate bForceProgressive.
This commit is contained in:
commit
b7bd0a0836
3 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue