GPU: Cleanup some feature flags usage.

This commit is contained in:
Unknown W. Brackets 2017-12-21 18:50:41 -08:00
parent 510f9652a0
commit c5897a1c5c
4 changed files with 10 additions and 10 deletions

View file

@ -489,7 +489,7 @@ u32 DrawEngineCommon::NormalizeVertices(u8 *outPtr, u8 *bufPtr, const u8 *inPtr,
}
bool DrawEngineCommon::ApplyShaderBlending() {
if (gstate_c.featureFlags & GPU_SUPPORTS_ANY_FRAMEBUFFER_FETCH) {
if (gstate_c.Supports(GPU_SUPPORTS_ANY_FRAMEBUFFER_FETCH)) {
return true;
}