diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-09-21 11:08:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 11:08:57 +0200 |
commit | 2a910a6d883f2227edc74aacf5b93a58a3dea07c (patch) | |
tree | 7a5d232e47f12a2f64c3bb44eb73f1621fc4a548 /README.md | |
parent | Merge pull request #2097 from citra-emu/fix-travis (diff) | |
download | yuzu-2a910a6d883f2227edc74aacf5b93a58a3dea07c.tar yuzu-2a910a6d883f2227edc74aacf5b93a58a3dea07c.tar.gz yuzu-2a910a6d883f2227edc74aacf5b93a58a3dea07c.tar.bz2 yuzu-2a910a6d883f2227edc74aacf5b93a58a3dea07c.tar.lz yuzu-2a910a6d883f2227edc74aacf5b93a58a3dea07c.tar.xz yuzu-2a910a6d883f2227edc74aacf5b93a58a3dea07c.tar.zst yuzu-2a910a6d883f2227edc74aacf5b93a58a3dea07c.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Citra Emulator ============== -[![Travis CI Build Status](https://travis-ci.org/citra-emu/citra.svg)](https://travis-ci.org/citra-emu/citra) +[![Travis CI Build Status](https://travis-ci.org/citra-emu/citra.svg?branch=master)](https://travis-ci.org/citra-emu/citra) [![AppVeyor CI Build Status](https://ci.appveyor.com/api/projects/status/sdf1o4kh3g1e68m9?svg=true)](https://ci.appveyor.com/project/bunnei/citra) 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. Citra only emulates a subset of 3DS hardware, and therefore is generally only useful for running/debugging homebrew applications. At this time, Citra is even able to boot several commercial games! Most of these do not run to a playable state, but we are working every day to advance the project forward. |