gsdx: Update DirectX end user runtimes URL

The old one isn't working. I don't think there's a URL that redirects to
whatever language the user is using (unless my browser settings are
wrong), so I've just used the English US URL.
This commit is contained in:
Jonathan Li 2015-11-15 22:10:00 +00:00
parent e347ad7723
commit 96c921c776
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ bool GSUtil::CheckDirectX()
if(MessageBox(NULL, "You need to update some directx libraries, would you like to do it now?", "GSdx", MB_YESNO) == IDYES)
{
const char* url = "http://www.microsoft.com/downloads/details.aspx?FamilyId=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3";
const char* url = "https://www.microsoft.com/en-us/download/details.aspx?id=8109";
ShellExecute(NULL, "open", url, NULL, NULL, SW_SHOWNORMAL);
}