TexCache: rewrite level calculation

This commit is contained in:
degasus 2015-01-11 15:15:14 +01:00
commit 744b1c1624
5 changed files with 3 additions and 8 deletions

View file

@ -75,7 +75,6 @@ void InitBackendInfo()
}
g_Config.backend_info.APIType = API_D3D;
g_Config.backend_info.bUseMinimalMipCount = true;
g_Config.backend_info.bSupportsExclusiveFullscreen = true;
g_Config.backend_info.bSupportsDualSourceBlend = true;
g_Config.backend_info.bSupportsPrimitiveRestart = true;