mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Remove an old GLES define that I missed.
This commit is contained in:
parent
0b1d8fae1b
commit
189528171b
@ -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
Block a user