diff options
| author | Markus Wick <markus+github@selfnet.de> | 2015-01-27 09:42:15 +0100 |
|---|---|---|
| committer | Markus Wick <markus+github@selfnet.de> | 2015-01-27 09:42:15 +0100 |
| commit | 43605f87166cc4bc5e76cec016076aeb6103e24f (patch) | |
| tree | c1e741a89e03fc6b4e0256c179f69b91829e76a4 /Source/Core/VideoCommon/VideoConfig.h | |
| parent | 8eda3ca844ca9b05682ec57aa3be2cbe07e19d28 (diff) | |
| parent | 6659c15bedd4add4bd536394900e74ab6b7d6648 (diff) | |
Merge pull request #1948 from magumagu/remove-efb-cache
Remove EFB to RAM cache, and simplify code.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index 69684557e8..38e8047f75 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -114,7 +114,6 @@ struct VideoConfig final bool bPerfQueriesEnable; bool bEFBCopyEnable; - bool bEFBCopyCacheEnable; bool bEFBEmulateFormatChanges; bool bCopyEFBToTexture; bool bCopyEFBScaled; |
