From 6b33b5a734dbd668ec832778bd253ae5b2d49cb9 Mon Sep 17 00:00:00 2001
From: crueter
+
+
+
@@ -46,10 +50,9 @@ Check out our [website](https://eden-emu.dev) for the latest news on exciting fe ## Development -Most of the development happens on our Git server. It is also where [our central repository](https://git.eden-emu.dev/eden-emu/eden) is hosted. For development discussions, please join us on [Discord](https://discord.gg/edenemu). +Most of the development happens on our Git server. It is also where [our central repository](https://git.eden-emu.dev/eden-emu/eden) is hosted. For development discussions, please join us on [Discord](https://discord.gg/kXAmGCXBGD) or [Revolt](https://rvlt.gg/qKgFEAbH). -If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented. -You can also contact any of the developers on Discord to learn more about the current state of the emulator. +If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented. You can also contact any of the developers on Discord or Revolt to learn more about the current state of the emulator. ## Building diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index a5f12b814b..a9aeebb7b8 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -3656,7 +3656,7 @@ void GMainWindow::OnOpenFAQ() { } void GMainWindow::OnOpenDiscord() { - OpenURL(QUrl(QStringLiteral("https://discord.gg/edenemu"))); + OpenURL(QUrl(QStringLiteral("https://discord.gg/kXAmGCXBGD"))); } void GMainWindow::ToggleFullscreen() {