Software Backend: Force EFB/XFB to copy to ram

This commit is contained in:
iwubcode
2017-11-17 22:11:31 -06:00
parent 6e686f6ea1
commit 1090549552
6 changed files with 7 additions and 2 deletions
@@ -73,6 +73,7 @@ void VideoSoftware::InitBackendInfo()
g_Config.backend_info.bSupportsST3CTextures = false;
g_Config.backend_info.bSupportsBPTCTextures = false;
g_Config.backend_info.bSupportsCopyToVram = false;
g_Config.backend_info.bForceCopyToRam = true;
// aamodes
g_Config.backend_info.AAModes = {1};