From 1eafbdb58d4140617791c3f728e49648fcb65ca1 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 19 May 2014 20:58:35 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 6c11d98..79de09d 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,16 @@ -Welcome to the citra wiki! +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/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/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/citra-emu/citra/wiki/Windows-Build) +* __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Linux-Build)