Merge pull request #1948 from magumagu/remove-efb-cache

Remove EFB to RAM cache, and simplify code.
This commit is contained in:
Markus Wick
2015-01-27 09:42:15 +01:00
9 changed files with 73 additions and 139 deletions

View File

@ -114,7 +114,6 @@ struct VideoConfig final
bool bPerfQueriesEnable;
bool bEFBCopyEnable;
bool bEFBCopyCacheEnable;
bool bEFBEmulateFormatChanges;
bool bCopyEFBToTexture;
bool bCopyEFBScaled;