Index: core/win/d3d9/install_check.cc |
=================================================================== |
--- core/win/d3d9/install_check.cc (revision 19033) |
+++ core/win/d3d9/install_check.cc (working copy) |
@@ -215,8 +215,8 @@ |
return false; |
} |
- if (!PathAppend(dll_path.get(), _T("O3DExtras\\swrend\\d3d9.dll"))) { |
- *error = "Failed to compute new plugin location."; |
+ if (!PathAppend(dll_path.get(), _T("O3DExtras\\swiftshader_d3d9.dll"))) { |
+ *error = "Failed to compute new software renderer location."; |
return false; |
} |