Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VideoBackendBase: Remove check for XP. #3064

Merged
merged 1 commit into from Sep 18, 2015
Merged

Conversation

phire
Copy link
Member

@phire phire commented Sep 18, 2015

No description provided.

@@ -48,8 +33,7 @@ void VideoBackend::PopulateList()
// OGL > D3D11 > SW
g_available_video_backends.push_back(backends[0] = new OGL::VideoBackend);
#ifdef _WIN32
if (IsGteVista())
g_available_video_backends.push_back(backends[1] = new DX11::VideoBackend);
g_available_video_backends.push_back(backends[1] = new DX11::VideoBackend);
#endif
g_available_video_backends.push_back(backends[3] = new SW::VideoSoftware);

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

Tilka added a commit that referenced this pull request Sep 18, 2015
VideoBackendBase: Remove check for XP.
@Tilka Tilka merged commit 9b08de9 into dolphin-emu:master Sep 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants