Skip to content

Commit 34943be

Browse files
committed
Update compat.ixx
1 parent f3cff46 commit 34943be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/compat.ixx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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\nC:\\Windows\\System32\\D3DX9_43.dll\n\nC:\\Windows\\SysWOW64\\D3DX9_43.dll\n\n and install DirectX End-User Runtimes again.";
4041
}
4142
else if (!IsUALPresent())
4243
{

0 commit comments

Comments
 (0)