implement emulate efb format changes on ogl backend

This commit is contained in:
degasus
2013-07-22 15:41:10 +02:00
parent a963c621dc
commit c6ae08fc39
4 changed files with 143 additions and 15 deletions

View File

@ -130,7 +130,7 @@ void InitBackendInfo()
g_Config.backend_info.bUseMinimalMipCount = false;
g_Config.backend_info.bSupports3DVision = false;
//g_Config.backend_info.bSupportsDualSourceBlend = true; // is gpu dependent and must be set in renderer
g_Config.backend_info.bSupportsFormatReinterpretation = false;
g_Config.backend_info.bSupportsFormatReinterpretation = true;
g_Config.backend_info.bSupportsPixelLighting = true;
//g_Config.backend_info.bSupportsEarlyZ = true; // is gpu dependent and must be set in renderer