Move the recommended CPU/GPU sentences onto their own indented line in the system requirements list (thanks go to neobrain for pointing this out).

This commit is contained in:
Lioncash 2014-01-29 09:38:56 -05:00
parent 1d5fab41dc
commit e015cb0bca
1 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,11 @@ Please read the [FAQ](http://dolphin-emu.org/docs/faq/) before use.
* Linux or Apple Mac OS X (10.7 or higher).
* Unix-like systems other than Linux might work but are not officially supported.
* Processor
* A CPU with SSE2 support. A modern CPU (3 GHz and Dual Core, not older than 2008) is highly recommended.
* A CPU with SSE2 support.
* A modern CPU (3 GHz and Dual Core, not older than 2008) is highly recommended.
* Graphics
* A reasonably modern graphics card (Direct3D 10.0 / OpenGL 3.0). Direct3D 11 / OpenGL 4.4 recommended.
* A reasonably modern graphics card (Direct3D 10.0 / OpenGL 3.0).
* A graphics card that supports Direct3D 11 / OpenGL 4.4 is recommended.
## Installation on Windows
Use the solution file Source/dolphin-emu.sln to build Dolphin on Windows.