diff options
author | bunnei <bunneidev@gmail.com> | 2014-05-20 05:44:52 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-05-20 05:44:52 +0200 |
commit | 74f972651566bdd1266115fc9dd9a1b652f8dbec (patch) | |
tree | 7db6d5657053bb2141c80a97d42288c195338476 /README.md | |
parent | Merge pull request #2 from archshift/issue-7-fix (diff) | |
parent | README: Update wiki links (diff) | |
download | yuzu-74f972651566bdd1266115fc9dd9a1b652f8dbec.tar yuzu-74f972651566bdd1266115fc9dd9a1b652f8dbec.tar.gz yuzu-74f972651566bdd1266115fc9dd9a1b652f8dbec.tar.bz2 yuzu-74f972651566bdd1266115fc9dd9a1b652f8dbec.tar.lz yuzu-74f972651566bdd1266115fc9dd9a1b652f8dbec.tar.xz yuzu-74f972651566bdd1266115fc9dd9a1b652f8dbec.tar.zst yuzu-74f972651566bdd1266115fc9dd9a1b652f8dbec.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,15 +2,15 @@ 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++. 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/bunnei/citra/wiki/FAQ) before getting started with the project. +An 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. For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/). ### Development -If you want to contribute please take a took at the [Coding Style](https://github.com/bunnei/citra/wiki/Coding-Style), [Roadmap](https://github.com/bunnei/citra/wiki/Roadmap) and [Developer Information](https://github.com/bunnei/citra/wiki/Developer-Information) pages. You should as well contact any of the developers in the forum in order to know about the current state of the emulator. +If you want to contribute please take a took at the [Coding Style](https://github.com/citra-emu/citra/wiki/Coding-Style), [Roadmap](https://github.com/citra-emu/citra/wiki/Roadmap) and [Developer Information](https://github.com/citra-emu/citra/wiki/Developer-Information) pages. You should as well contact any of the developers in the forum in order to know about the current state of the emulator. ### Building -* __Windows__: [Windows Build](https://github.com/bunnei/citra/wiki/Windows-Build) -* __Linux__: [Linux Build](https://github.com/bunnei/citra/wiki/Linux-Build) +* __Windows__: [Windows Build](https://github.com/citra-emu/citra/wiki/Windows-Build) +* __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Linux-Build) |