VideoBackend: remove unused config vars.

No point to keeping around variables which are always "true".
This commit is contained in:
magumagu
2014-04-04 16:17:14 -07:00
parent 7563e8c6f3
commit fd9c1fa746
10 changed files with 15 additions and 37 deletions

View File

@ -146,10 +146,7 @@ struct VideoConfig final
bool bUseMinimalMipCount;
bool bSupports3DVision;
bool bSupportsDualSourceBlend;
bool bSupportsFormatReinterpretation;
bool bSupportsPixelLighting;
bool bSupportsPrimitiveRestart;
bool bSupportsSeparateAlphaFunction;
bool bSupportsOversizedViewports;
bool bSupportsEarlyZ; // needed by PixelShaderGen, so must stay in VideoCommon
bool bSupportsBindingLayout; // Needed by ShaderGen, so must stay in VideoCommon