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

@ -101,6 +101,8 @@ const ConfigInfo<bool> GFX_SW_DUMP_TEV_TEX_FETCHES{{System::GFX, "Settings", "SW
const ConfigInfo<int> GFX_SW_DRAW_START{{System::GFX, "Settings", "SWDrawStart"}, 0};
const ConfigInfo<int> GFX_SW_DRAW_END{{System::GFX, "Settings", "SWDrawEnd"}, 100000};
const ConfigInfo<bool> GFX_PREFER_GLES{{System::GFX, "Settings", "PreferGLES"}, false};
// Graphics.Enhancements
const ConfigInfo<bool> GFX_ENHANCE_FORCE_FILTERING{{System::GFX, "Enhancements", "ForceFiltering"},