mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Remove an old GLES define that I missed.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user