yuzu/README.md

15 lines
1008 B
Markdown
Raw Normal View History

2013-09-26 21:34:48 +00:00
citra emulator
==============
2014-04-09 18:31:37 +00:00
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.
2014-04-08 19:05:45 +00:00
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.
### Building
2014-04-24 15:28:10 +00:00
* __Windows__: [Windows Build](https://github.com/bunnei/citra/wiki/Windows-Build)
* __Linux__: [Linux Build](https://github.com/bunnei/citra/wiki/Linux-Build)