summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-01-29 09:38:56 -0500
committerLioncash <mathew1800@gmail.com>2014-01-29 09:38:56 -0500
commite015cb0bcac535ded1c5abf817f09a44eb7b277f (patch)
treed4a46b7d8e02f764b2aa995303c7dc045ea20ad7
parent1d5fab41dc32573313924434d79b7392c4f263d5 (diff)
Move the recommended CPU/GPU sentences onto their own indented line in the system requirements list (thanks go to neobrain for pointing this out).
-rw-r--r--Readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index c779adf8d5..6956b9c5ca 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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.