From b3b8324a77a6e677dd50179d5e5d2fa4973ada00 Mon Sep 17 00:00:00 2001 From: reggie Date: Wed, 2 Oct 2024 00:15:03 -0500 Subject: [PATCH] Blast Patreon off the face of the Earth. --- .github-orig/FUNDING.yml | 1 - README.md | 18 ------------------ src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs | 4 ++-- src/Ryujinx/UI/Windows/AboutWindow.axaml | 2 +- 4 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .github-orig/FUNDING.yml diff --git a/.github-orig/FUNDING.yml b/.github-orig/FUNDING.yml deleted file mode 100644 index 9c8cbebd..00000000 --- a/.github-orig/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -patreon: Ryujinx diff --git a/README.md b/README.md index d2dc5071..69194626 100644 --- a/README.md +++ b/README.md @@ -134,24 +134,6 @@ If you have contributions, suggestions, need emulator support or just want to ge You may also review our [FAQ](https://github.com/ryujinx-mirror/Ryujinx/wiki/Frequently-Asked-Questions). --> - - ## License This software is licensed under the terms of the [MIT license](LICENSE.txt). diff --git a/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs b/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs index f4bb533c..b676a2b1 100644 --- a/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs +++ b/src/Ryujinx.Gtk3/UI/Windows/AboutWindow.cs @@ -29,7 +29,7 @@ namespace Ryujinx.UI.Windows try { - string patreonJsonString = await httpClient.GetStringAsync("https://patreon.ryujinx.org/"); + string patreonJsonString = await httpClient.GetStringAsync("https://example.com/"); _patreonNamesText.Buffer.Text = string.Join(", ", JsonHelper.Deserialize(patreonJsonString, CommonJsonContext.Default.StringArray)); } @@ -54,7 +54,7 @@ namespace Ryujinx.UI.Windows private void PatreonButton_Pressed(object sender, ButtonPressEventArgs args) { - OpenHelper.OpenUrl("https://www.patreon.com/ryujinx"); + OpenHelper.OpenUrl("https://example.com/"); } private void GitHubButton_Pressed(object sender, ButtonPressEventArgs args) diff --git a/src/Ryujinx/UI/Windows/AboutWindow.axaml b/src/Ryujinx/UI/Windows/AboutWindow.axaml index 69fa8251..f74400b8 100644 --- a/src/Ryujinx/UI/Windows/AboutWindow.axaml +++ b/src/Ryujinx/UI/Windows/AboutWindow.axaml @@ -132,7 +132,7 @@ Background="Transparent" Click="Button_OnClick" CornerRadius="15" - Tag="https://www.patreon.com/ryujinx" + Tag="https://example.com/" ToolTip.Tip="{locale:Locale AboutPatreonUrlTooltipMessage}">