diff options
author | Tony Wasserka <neobrainx@gmail.com> | 2014-12-16 02:34:44 +0100 |
---|---|---|
committer | Tony Wasserka <neobrainx@gmail.com> | 2014-12-16 02:34:44 +0100 |
commit | 69e546b7d5741e57d8811bf581d5b6f9a46f921c (patch) | |
tree | b83516685c8edc07f9b71afb322298d9897b3753 | |
parent | Provide a direct webchat link to #citra in the Readme (diff) | |
download | yuzu-69e546b7d5741e57d8811bf581d5b6f9a46f921c.tar yuzu-69e546b7d5741e57d8811bf581d5b6f9a46f921c.tar.gz yuzu-69e546b7d5741e57d8811bf581d5b6f9a46f921c.tar.bz2 yuzu-69e546b7d5741e57d8811bf581d5b6f9a46f921c.tar.lz yuzu-69e546b7d5741e57d8811bf581d5b6f9a46f921c.tar.xz yuzu-69e546b7d5741e57d8811bf581d5b6f9a46f921c.tar.zst yuzu-69e546b7d5741e57d8811bf581d5b6f9a46f921c.zip |
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ -citra emulator +Citra Emulator ============== [![Travis CI Build Status](https://travis-ci.org/citra-emu/citra.svg)](https://travis-ci.org/citra-emu/citra) -An 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 OS X. 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. +Citra is an experimental open-source Nintendo 3DS emulator/debugger written in C++. It is written with portability in mind, with builds actively maintained for Windows, Linux and OS X. At this time, it only emulates a subset of 3DS hardware, and therefore is generally only useful for booting/debugging very simple homebrew demos. However, this is changing as more and more progress is being made on running commercial titles, too. + +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. For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/?channels=citra). |