VideoConfig: Remove bForceCopyToRam field

It's the inverse of supports-copy-to-vram.
This commit is contained in:
Stenzek
2018-02-11 15:29:37 +10:00
parent 3f81483f83
commit 84b990faa0
6 changed files with 1 additions and 6 deletions

View File

@ -222,7 +222,6 @@ struct VideoConfig final
bool bSupportsGPUTextureDecoding;
bool bSupportsST3CTextures;
bool bSupportsCopyToVram;
bool bForceCopyToRam; // Needed by Software Renderer
bool bSupportsBitfield; // Needed by UberShaders, so must stay in VideoCommon
bool bSupportsDynamicSamplerIndexing; // Needed by UberShaders, so must stay in VideoCommon
bool bSupportsBPTCTextures;