VI: Restore forced-progressive hack with option

Bugfix: TargetRefreshRate uses rounded result
NTSC's 59.94 was becoming 59 with integer division.
This commit is contained in:
booto
2015-07-27 20:04:03 +08:00
parent 480dbb22f2
commit acc9a74174
3 changed files with 20 additions and 7 deletions

View File

@ -112,6 +112,7 @@ struct VideoConfig final
bool bEFBAccessEnable;
bool bPerfQueriesEnable;
bool bBBoxEnable;
bool bForceProgressive;
bool bEFBEmulateFormatChanges;
bool bSkipEFBCopyToRam;