Skip to content

Commit

Permalink
Update information on the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 3, 2024
1 parent 11539dc commit 67111a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Notice

As of now, the [ryujinx-mirror/ryujinx](https://github.com/ryujinx-mirror/ryujinx) repository serves simply as a downstream fork of the original Ryujinx project, and won't be accepting any new changes until further information arises.
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]
> This mirror is not affiliated with the original Ryujinx project, or Nintendo whatsoever.
> This fork is not affiliated with the **original** Ryujinx project, or Nintendo whatsoever.
[![Latte Softworks Discord](https://img.shields.io/discord/892211155303538748?label=Latte%20Softworks&logo=discord&logoColor=FFFFFF&color=5865F2)](https://latte.to/discord)

### Current Goals

* To be as safe as possible, remove all in-app and meta references to Patreon, Discord, `ryujinx.org` etc while keeping full attribution of original authors and contributors in-tact.
* ☑️ Reconstruct basic build infrastructure & workflows for this repository, based on revision hashes as opposed to semver releases (for now)
* ☑️ To be as safe as possible, remove all previous in-app and meta references to Patreon, `ryujinx.org` etc while keeping full attribution of original authors and contributors in-tact.
* Keep 'branding' as pure and faithful to the original project as possible.
* Reconstruct basic build infrastructure & workflows for this repository, based on revision hashes as opposed to semver releases (for now)

___

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://example.com/");
OpenHelper.OpenUrl("https://latte.to/discord");
}

private void TwitterButton_Pressed(object sender, ButtonPressEventArgs args)
Expand Down
4 changes: 2 additions & 2 deletions src/Ryujinx/UI/Windows/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
ToolTip.Tip="{locale:Locale AboutGithubUrlTooltipMessage}">
<Image Source="{Binding GithubLogo}" />
</Button>
<!--
<Button
MinWidth="30"
MinHeight="30"
Expand All @@ -161,10 +160,11 @@
Background="Transparent"
Click="Button_OnClick"
CornerRadius="15"
Tag="https://discordapp.com/invite/N2FmfVc"
Tag="https://latte.to/discord"
ToolTip.Tip="{locale:Locale AboutDiscordUrlTooltipMessage}">
<Image Source="{Binding DiscordLogo}" />
</Button>
<!--
<Button
MinWidth="30"
MinHeight="30"
Expand Down

0 comments on commit 67111a5

Please sign in to comment.