d3d9: Allow software rendering selection in UI.

This commit is contained in:
Unknown W. Brackets
2016-02-13 14:01:57 -08:00
parent ac4ee88c73
commit 841267c083
4 changed files with 7 additions and 14 deletions
-2
View File
@@ -691,8 +691,6 @@ namespace MainWindow {
case ID_OPTIONS_DIRECT3D9:
g_Config.iGPUBackend = GPU_BACKEND_DIRECT3D9;
// TODO: Remove once software renderer supports D3D9.
g_Config.bSoftwareRendering = false;
g_Config.bRestartRequired = true;
PostMessage(MainWindow::GetHWND(), WM_CLOSE, 0, 0);
break;