Rename Slow Framebuf effects to Shader Blending (might remove). Reassign readbacks to BlockTransferGPU.

This commit is contained in:
Henrik Rydgård
2022-08-31 14:23:33 +02:00
parent 437d6d30a0
commit 67d6549afd
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -934,7 +934,7 @@ static ConfigSetting graphicsSettings[] = {
ConfigSetting("ShaderChainRequires60FPS", &g_Config.bShaderChainRequires60FPS, false, true, true),
ReportedConfigSetting("MemBlockTransferGPU", &g_Config.bBlockTransferGPU, true, true, true),
ReportedConfigSetting("DisableSlowFramebufEffects", &g_Config.bDisableSlowFramebufEffects, false, true, true),
ReportedConfigSetting("DisableSlowFramebufEffects", &g_Config.bDisableShaderBlending, false, true, true),
ReportedConfigSetting("FragmentTestCache", &g_Config.bFragmentTestCache, true, true, true),
ConfigSetting("GfxDebugOutput", &g_Config.bGfxDebugOutput, false, false, false),