mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00: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:
parent
6bdcde9dd6
commit
0d4df39e1f
36 changed files with 1 additions and 7251 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue