Skip to content

Commit

Permalink
Replace Latte with dedicated ryujinx-mirror community!
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 5, 2024
1 parent e6ac7f9 commit 0b111b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[links/discord]: https://discord.gg/xmHPGDfVCa
[badges/discord]: https://img.shields.io/discord/1291765437100720243?label=ryujinx-mirror&logo=discord&logoColor=FFFFFF&color=5865F3

As of now, the [ryujinx-mirror/ryujinx](https://github.com/ryujinx-mirror/ryujinx) repository serves as a downstream hard-fork of the original Ryujinx project. For the time being, this fork won't be accepting any new *major* changes until further information arises. We have reconstructed the essential build infrastructure, and you can download nightly binaries for Windows, Linux, and MacOS from the [latest release](https://github.com/ryujinx-mirror/ryujinx/releases/latest).

> [!NOTE]
Expand All @@ -11,10 +14,10 @@ As of now, the [ryujinx-mirror/ryujinx](https://github.com/ryujinx-mirror/ryujin

### Join Discussion

Feel free to join the [Latte Softworks Discord community](https://latte.to/discord) to join in on the discussion & development of this fork going forward.<br>
Feel free to join the [ryujinx-mirror Discord community][links/discord] to join in on the development of this fork going forward.<br>
See `#ryujinx-info` for more information.

[![Latte Softworks Discord](https://img.shields.io/discord/892211155303538748?label=Latte%20Softworks&logo=discord&logoColor=FFFFFF&color=5865F2)](https://latte.to/discord)
[![ryujinx-mirror Discord][badges/discord]][links/discord]

___

Expand Down
2 changes: 1 addition & 1 deletion src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void GitHubButton_Pressed(object sender, ButtonPressEventArgs args)

private void DiscordButton_Pressed(object sender, ButtonPressEventArgs args)
{
OpenHelper.OpenUrl("https://latte.to/discord");
OpenHelper.OpenUrl("https://discord.gg/xmHPGDfVCa");
}

private void TwitterButton_Pressed(object sender, ButtonPressEventArgs args)
Expand Down
2 changes: 1 addition & 1 deletion src/Ryujinx/UI/Windows/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
Background="Transparent"
Click="Button_OnClick"
CornerRadius="15"
Tag="https://latte.to/discord"
Tag="https://discord.gg/xmHPGDfVCa"
ToolTip.Tip="{locale:Locale AboutDiscordUrlTooltipMessage}">
<Image Source="{Binding DiscordLogo}" />
</Button>
Expand Down

0 comments on commit 0b111b3

Please sign in to comment.