diff options
| author | 2014-04-08 15:05:45 -0400 | |
|---|---|---|
| committer | 2014-04-08 15:05:45 -0400 | |
| commit | 7a7917df27cfe5c342bba6c15b57d389fce585bd (patch) | |
| tree | a9a96ec2a64cdef9f806358f50c9f1d4e2419b33 /README.md | |
| parent | Merge branch 'hardware-interface' (diff) | |
| download | yuzu-7a7917df27cfe5c342bba6c15b57d389fce585bd.tar.gz yuzu-7a7917df27cfe5c342bba6c15b57d389fce585bd.tar.xz yuzu-7a7917df27cfe5c342bba6c15b57d389fce585bd.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -1,2 +1,14 @@ | |||
| 1 | citra emulator | 1 | citra emulator |
| 2 | ============== | 2 | ============== |
| 3 | An 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. | ||
| 4 | |||
| 5 | For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/). | ||
| 6 | |||
| 7 | ### Development | ||
| 8 | |||
| 9 | 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. | ||
| 10 | |||
| 11 | ### Building | ||
| 12 | |||
| 13 | * __Windows__: Install *Visual Studio 2013*. Then open the *.SLN* file, and press *Build* > *Rebuild Solution*. | ||
| 14 | * __Linux__: *TODO* | ||