mirror of https://github.com/PCSX2/pcsx2.git
GUI/Docs : update compatibility URLs
This commit is contained in:
parent
38ff521851
commit
29c0d93864
|
@ -9,7 +9,7 @@ PCSX2 is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to
|
|||
|
||||
## Project Details
|
||||
|
||||
The PCSX2 project has been running for more than ten years. Past versions could only run a few public domain game demos, but newer versions can run most games at full speed, including popular titles such as Final Fantasy X and Devil May Cry 3. Visit the [PCSX2 compatibility list](https://pcsx2.net/compatibility-list.html) to check the latest compatibility status of games (with more than 2500 titles tested), or ask for help in the [official forums](https://forums.pcsx2.net/).
|
||||
The PCSX2 project has been running for more than ten years. Past versions could only run a few public domain game demos, but newer versions can run most games at full speed, including popular titles such as Final Fantasy X and Devil May Cry 3. Visit the [PCSX2 compatibility list](https://pcsx2.net/compat/) to check the latest compatibility status of games (with more than 2500 titles tested), or ask for help in the [official forums](https://forums.pcsx2.net/).
|
||||
|
||||
The latest officially released stable version is version 1.6.0.
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ The CPU load as reported in software such as Windows' Task Manager is usually a
|
|||
No. PCSX2 does not use or require SLI or Crossfire.
|
||||
|
||||
### Question 9: How do I check if a game is playable?
|
||||
The PCSX2 website has a [compatibility list](https://pcsx2.net/compatibility-list.html) with every game that has been tested.
|
||||
The PCSX2 website has a [compatibility list](https://pcsx2.net/compat/) with every game that has been tested.
|
||||
|
||||
### Question 10: Do PS1 (PSX) games work on PCSX2?
|
||||
|
||||
|
|
|
@ -937,7 +937,7 @@ void MainEmuFrame::Menu_GetStarted(wxCommandEvent& event)
|
|||
|
||||
void MainEmuFrame::Menu_Compatibility(wxCommandEvent& event)
|
||||
{
|
||||
wxLaunchDefaultBrowser("https://pcsx2.net/compatibility-list.html");
|
||||
wxLaunchDefaultBrowser("https://pcsx2.net/compat/");
|
||||
}
|
||||
|
||||
void MainEmuFrame::Menu_Forums(wxCommandEvent& event)
|
||||
|
|
Loading…
Reference in New Issue