mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
e347ad7723
commit
96c921c776
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue