mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
TexCache: rewrite level calculation
This commit is contained in:
parent
d95e5e2b6f
commit
744b1c1624
5 changed files with 3 additions and 8 deletions
|
@ -133,7 +133,6 @@ static void GetShaders(std::vector<std::string> &shaders)
|
|||
static void InitBackendInfo()
|
||||
{
|
||||
g_Config.backend_info.APIType = API_OPENGL;
|
||||
g_Config.backend_info.bUseMinimalMipCount = false;
|
||||
g_Config.backend_info.bSupportsExclusiveFullscreen = false;
|
||||
//g_Config.backend_info.bSupportsDualSourceBlend = true; // is gpu dependent and must be set in renderer
|
||||
//g_Config.backend_info.bSupportsEarlyZ = true; // is gpu dependent and must be set in renderer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue