Merge pull request #5826 from JonnyH/WIP/add-option-to-prefer-GLES-when-using-EGL

Add "PreferGLES" option to EGL GLInterface
This commit is contained in:
Leo Lam
2017-07-31 16:43:38 +08:00
committed by GitHub
3 changed files with 44 additions and 8 deletions

View File

@ -75,6 +75,8 @@ extern const ConfigInfo<bool> GFX_SW_DUMP_TEV_TEX_FETCHES;
extern const ConfigInfo<int> GFX_SW_DRAW_START;
extern const ConfigInfo<int> GFX_SW_DRAW_END;
extern const ConfigInfo<bool> GFX_PREFER_GLES;
// Graphics.Enhancements
extern const ConfigInfo<bool> GFX_ENHANCE_FORCE_FILTERING;