mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
initialize bSupportsDualSourceBlend only in renderer
This commit is contained in:
parent
5534d7e8c3
commit
a2bb7d5766
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ void InitBackendInfo()
|
||||||
g_Config.backend_info.APIType = API_OPENGL;
|
g_Config.backend_info.APIType = API_OPENGL;
|
||||||
g_Config.backend_info.bUseRGBATextures = true;
|
g_Config.backend_info.bUseRGBATextures = true;
|
||||||
g_Config.backend_info.bSupports3DVision = false;
|
g_Config.backend_info.bSupports3DVision = false;
|
||||||
g_Config.backend_info.bSupportsDualSourceBlend = true; // but may be disabled for old gpus
|
//g_Config.backend_info.bSupportsDualSourceBlend = true; // is gpu depenend and must be set in renderer
|
||||||
g_Config.backend_info.bSupportsFormatReinterpretation = false;
|
g_Config.backend_info.bSupportsFormatReinterpretation = false;
|
||||||
g_Config.backend_info.bSupportsPixelLighting = true;
|
g_Config.backend_info.bSupportsPixelLighting = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue