diff options
author | Tobias <thm.frey@gmail.com> | 2020-03-01 18:03:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 18:03:32 +0100 |
commit | 6af8ff24c9d3b670146ab5bd930e005c2452d066 (patch) | |
tree | b6d1e9b7c40a962c97c4ace614c34745b960a052 | |
parent | Merge pull request #3448 from bunnei/fix-audio-interp-2 (diff) | |
download | yuzu-6af8ff24c9d3b670146ab5bd930e005c2452d066.tar yuzu-6af8ff24c9d3b670146ab5bd930e005c2452d066.tar.gz yuzu-6af8ff24c9d3b670146ab5bd930e005c2452d066.tar.bz2 yuzu-6af8ff24c9d3b670146ab5bd930e005c2452d066.tar.lz yuzu-6af8ff24c9d3b670146ab5bd930e005c2452d066.tar.xz yuzu-6af8ff24c9d3b670146ab5bd930e005c2452d066.tar.zst yuzu-6af8ff24c9d3b670146ab5bd930e005c2452d066.zip |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ yuzu emulator ============= -[![Travis CI Build Status](https://travis-ci.org/yuzu-emu/yuzu.svg?branch=master)](https://travis-ci.org/yuzu-emu/yuzu) +[![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/) yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of [Citra](https://citra-emu.org/). @@ -21,7 +21,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 as well 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](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. ### Building |