Merge pull request #1951 from Sonicadvance1/Remove_old_defines
Remove an old GLES define that I missed.
This commit is contained in:
commit
4f6d0049a7
|
@ -46,9 +46,7 @@ void VideoBackend::PopulateList()
|
|||
VideoBackend* backends[4] = { nullptr };
|
||||
|
||||
// OGL > D3D11 > SW
|
||||
#if !defined(USE_GLES) || USE_GLES3
|
||||
g_available_video_backends.push_back(backends[0] = new OGL::VideoBackend);
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
if (IsGteVista())
|
||||
g_available_video_backends.push_back(backends[1] = new DX11::VideoBackend);
|
||||
|
|
Loading…
Reference in New Issue