From 6cf5dc9a569315969aeaec71f058b4fa8bf16993 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:54:38 +0200 Subject: [PATCH] Add matrix server for non-discord chatting Fixes https://github.com/cemu-project/Cemu/issues/113 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b948b10c..14682b41 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Process](https://github.com/cemu-project/Cemu/actions/workflows/build.yml/badge.svg)](https://github.com/cemu-project/Cemu/actions/workflows/build.yml) [![Discord](https://img.shields.io/discord/286429969104764928?label=Cemu&logo=discord&logoColor=FFFFFF)](https://discord.gg/5psYsup) +[![Matrix Server](https://img.shields.io/matrix/dev:cemu.info?server_fqdn=matrix.cemu.info&label=dev:cemu.info&logo=matrix&logoColor=FFFFFF)](https://matrix.to/#/#dev:cemu.info) This is the code repository of Cemu, a Wii U emulator that is able to run most Wii U games and homebrew in a playable state. It's written in C/C++ and is being actively developed with new features and fixes to increase compatibility, convenience and usability.