Software Backend: Force EFB/XFB to copy to ram

This commit is contained in:
iwubcode
2017-08-23 23:49:24 -05:00
parent 6e686f6ea1
commit 1090549552
6 changed files with 7 additions and 2 deletions

View File

@ -223,6 +223,7 @@ 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;