mirror of https://github.com/PCSX2/pcsx2.git
Fix a punctuation error and remove title case
This commit is contained in:
parent
5211c95b81
commit
1ae9c0858a
|
@ -1,6 +1,6 @@
|
|||
PCSX2 is an open-source PlayStation 2 emulator. Its purpose is to mimic the the PS2 hardware, using a combination of MIPS CPU [Interpreters](http://en.wikipedia.org/wiki/Interpreter_\(computing\)), [Recompilers](http://en.wikipedia.org/wiki/Dynamic_recompilation) and a [Virtual Machine](http://en.wikipedia.org/wiki/Virtual_machine) which manages hardware states and PS2 system memory.
|
||||
PCSX2 is an open-source PlayStation 2 emulator. It's purpose is to mimic the the PS2 hardware, using a combination of MIPS CPU [Interpreters](http://en.wikipedia.org/wiki/Interpreter_\(computing\)), [Recompilers](http://en.wikipedia.org/wiki/Dynamic_recompilation) and a [Virtual Machine](http://en.wikipedia.org/wiki/Virtual_machine) which manages hardware states and PS2 system memory.
|
||||
|
||||
# Project Details
|
||||
# Project details
|
||||
|
||||
The PCSX2 project has been running for more than ten years. Once only able to run a few public domain demos, recent versions enable many games to work at full speed, including popular titles such as *Final Fantasy X* or *Devil May Cry 3*. Visit the *[PCSX2 homepage](http://pcsx2.net)* to check the latest compatibility status of games (with more than 2000 titles tested), or ask your doubts in the *[Official forums](http://forums.pcsx2.net/)*.
|
||||
|
||||
|
@ -8,7 +8,7 @@ The latest officially released stable version is *1.4.0*.
|
|||
Installers and binaries for both Windows and Linux are available from **[our website](http://pcsx2.net/)**.
|
||||
Development builds are also available from **[our website](http://pcsx2.net/download/development/git.html)**.
|
||||
|
||||
# System Requirements
|
||||
# System requirements
|
||||
|
||||
## Minimum
|
||||
* OS: Windows or GNU/Linux
|
||||
|
@ -26,7 +26,7 @@ Development builds are also available from **[our website](http://pcsx2.net/down
|
|||
|
||||
**Note:** PCSX2 mainly takes advantage of 2 CPU cores. As of r4865 PCSX2 can now take advantage of a 3rd core using the MTVU speedhack. This can be a significant speedup on CPUs with 3+ cores, however on GS-limited games (or on dual core CPUs) it may be a slowdown.
|
||||
|
||||
# Quality Assurance
|
||||
# Quality assurance
|
||||
|
||||
**Build** | **Status**
|
||||
--------|--------
|
||||
|
|
Loading…
Reference in New Issue