summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2014-08-25 18:57:47 -0400
committerGravatar bunnei2014-08-25 18:57:47 -0400
commit62b621788be16c3e1dc18d319ccb71995308c3b1 (patch)
tree31f64734bee1e4e8411b0798ba0e013768430421
parentMerge pull request #50 from neobrain/pica (diff)
downloadyuzu-62b621788be16c3e1dc18d319ccb71995308c3b1.tar.gz
yuzu-62b621788be16c3e1dc18d319ccb71995308c3b1.tar.xz
yuzu-62b621788be16c3e1dc18d319ccb71995308c3b1.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9bd8967e..117ed8895 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ citra emulator
2============== 2==============
3[![Travis CI Build Status](https://travis-ci.org/citra-emu/citra.svg)](https://travis-ci.org/citra-emu/citra) 3[![Travis CI Build Status](https://travis-ci.org/citra-emu/citra.svg)](https://travis-ci.org/citra-emu/citra)
4 4
5An experimental open-source Nintendo 3DS emulator/debugger written in C++. At this time, it only emulates a very small subset of 3DS hardware, and therefore is only useful for booting/debugging very simple homebrew demos. Citra is licensed under the GPLv2. Refer to the license.txt file included. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project. 5An experimental open-source Nintendo 3DS emulator/debugger written in C++. Citra is written with portability in mind, with builds actively maintained for Windows, Linux and OSX. At this time, it only emulates a subset of 3DS hardware, and therefore is generally only useful for booting/debugging very simple homebrew demos. Citra is licensed under the GPLv2. Refer to the license.txt file included. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project.
6 6
7For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/). 7For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/).
8 8
@@ -14,3 +14,4 @@ If you want to contribute please take a took at the [Contributor's Guide](CONTRI
14 14
15* __Windows__: [Windows Build](https://github.com/citra-emu/citra/wiki/Windows-Build) 15* __Windows__: [Windows Build](https://github.com/citra-emu/citra/wiki/Windows-Build)
16* __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Linux-Build) 16* __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Linux-Build)
17* __OSX__: [OSX Build](https://github.com/citra-emu/citra/wiki/OSX-Build)