mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove D3D9 related files.
Cf. issue 6167 for a list of shortcomings that made us decide on removing the backend.
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
|
||||
// TODO: ugly
|
||||
#ifdef _WIN32
|
||||
#include "../../../Plugins/Plugin_VideoDX9/Src/VideoBackend.h"
|
||||
#include "../../../Plugins/Plugin_VideoDX11/Src/VideoBackend.h"
|
||||
#endif
|
||||
#if !defined(USE_GLES) || USE_GLES3
|
||||
@ -43,7 +42,6 @@ void VideoBackend::PopulateList()
|
||||
|
||||
// D3D11 > OGL > D3D9 > SW
|
||||
#ifdef _WIN32
|
||||
g_available_video_backends.push_back(backends[2] = new DX9::VideoBackend);
|
||||
if (IsGteVista())
|
||||
g_available_video_backends.push_back(backends[0] = new DX11::VideoBackend);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user