OpenGLHostDisplay: Only disable streaming PBO on Adreno

It's slightly faster on Mali.
This commit is contained in:
Connor McLaughlin
2021-02-06 20:19:08 +10:00
parent 837fb6128b
commit b20b1a2fa8
2 changed files with 15 additions and 1 deletions

View File

@ -122,6 +122,7 @@ protected:
bool m_display_texture_is_linear_filtered = false;
bool m_use_gles2_draw_path = false;
bool m_use_pbo_for_pixels = false;
};
} // namespace FrontendCommon