mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 11:12:40 +00:00
VideoBackend: remove unused config vars.
No point to keeping around variables which are always "true".
This commit is contained in:
parent
7563e8c6f3
commit
fd9c1fa746
10 changed files with 15 additions and 37 deletions
|
@ -147,8 +147,6 @@ 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 = true;
|
||||
g_Config.backend_info.bSupportsPixelLighting = true;
|
||||
//g_Config.backend_info.bSupportsEarlyZ = true; // is gpu dependent and must be set in renderer
|
||||
g_Config.backend_info.bSupportsOversizedViewports = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue