File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ export void CompatibilityWarnings()
3535 {
3636 szHeader = L" You are missing a DirectX 9 component." ;
3737 szContent = L" It requires the latest version of " \
38- L" <a href=\" https://www.microsoft.com/en-us/download/details.aspx?id=35\" >DirectX End-User Runtimes</a>\n\n " \
39- L" <a href=\" https://www.microsoft.com/en-us/download/details.aspx?id=35\" >https://www.microsoft.com/en-us/download/details.aspx?id=35</a>" ;
38+ L" <a href=\" https://www.microsoft.com/en-us/download/details.aspx?id=35\" >DirectX End-User Runtimes</a>.\n\n " \
39+ L" <a href=\" https://www.microsoft.com/en-us/download/details.aspx?id=35\" >https://www.microsoft.com/en-us/download/details.aspx?id=35</a>\n\n " \
40+ L" If this message keeps appearing, delete \n\n C:\\ Windows\\ System32\\ D3DX9_43.dll\n\n C:\\ Windows\\ SysWOW64\\ D3DX9_43.dll\n\n and install DirectX End-User Runtimes again." ;
4041 }
4142 else if (!IsUALPresent ())
4243 {
You can’t perform that action at this time.
0 commit comments