diff options
author | bunnei <bunneidev@gmail.com> | 2020-03-26 05:50:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 05:50:56 +0100 |
commit | 3194f14aca8c92a0d8424c9cf79ac99d1108f241 (patch) | |
tree | 77e5a5eda24646ddee014341008c55ea5e5b4661 | |
parent | Merge pull request #3548 from jroweboy/use-plugins-dir (diff) | |
parent | Update README.md (diff) | |
download | yuzu-3194f14aca8c92a0d8424c9cf79ac99d1108f241.tar yuzu-3194f14aca8c92a0d8424c9cf79ac99d1108f241.tar.gz yuzu-3194f14aca8c92a0d8424c9cf79ac99d1108f241.tar.bz2 yuzu-3194f14aca8c92a0d8424c9cf79ac99d1108f241.tar.lz yuzu-3194f14aca8c92a0d8424c9cf79ac99d1108f241.tar.xz yuzu-3194f14aca8c92a0d8424c9cf79ac99d1108f241.tar.zst yuzu-3194f14aca8c92a0d8424c9cf79ac99d1108f241.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ yuzu emulator ============= [![Travis CI Build Status](https://travis-ci.com/yuzu-emu/yuzu.svg?branch=master)](https://travis-ci.com/yuzu-emu/yuzu) [![Azure Mainline CI Build Status](https://dev.azure.com/yuzu-emu/yuzu/_apis/build/status/yuzu%20mainline?branchName=master)](https://dev.azure.com/yuzu-emu/yuzu/) +[![Discord](https://img.shields.io/discord/398318088170242053?color=%237289DA&label=yuzu&logo=discord&logoColor=white)](https://discord.gg/XQV6dn9) yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of [Citra](https://citra-emu.org/). @@ -21,7 +22,7 @@ For development discussion, please join us on [Discord](https://discord.gg/XQV6d Most of the development happens on GitHub. It's also where [our central repository](https://github.com/yuzu-emu/yuzu) is hosted. -If you want to contribute please take a look at the [Contributor's Guide](CONTRIBUTING.md) and [Developer Information](https://github.com/yuzu-emu/yuzu/wiki/Developer-Information). You should also contact any of the developers on Discord in order to know about the current state of the emulator. +If you want to contribute please take a look at the [Contributor's Guide](https://github.com/yuzu-emu/yuzu/wiki/Contributing) and [Developer Information](https://github.com/yuzu-emu/yuzu/wiki/Developer-Information). You should also contact any of the developers on Discord in order to know about the current state of the emulator. ### Building |