mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 15:32:47 +00:00
Remove another D3D9 reference.
This commit is contained in:
parent
d198fee21b
commit
5de6726658
@ -40,7 +40,7 @@ void VideoBackend::PopulateList()
|
||||
{
|
||||
VideoBackend* backends[4] = { NULL };
|
||||
|
||||
// D3D11 > OGL > D3D9 > SW
|
||||
// D3D11 > OGL > SW
|
||||
#ifdef _WIN32
|
||||
if (IsGteVista())
|
||||
g_available_video_backends.push_back(backends[0] = new DX11::VideoBackend);
|
||||
|
Loading…
x
Reference in New Issue
Block a user