From 224ca9bed453a32d7c5e96dd37bda0abbfa5ad0b Mon Sep 17 00:00:00 2001
From: reggie
Date: Tue, 1 Oct 2024 16:07:05 -0500
Subject: [PATCH 1/6] Make logo in README a relative path
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7f2294d3..92edda9a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Ryujinx
From c70534fc220fe4a1e2c1844e4a7404ea2d0ca87d Mon Sep 17 00:00:00 2001
From: reggie
Date: Tue, 1 Oct 2024 16:35:14 -0500
Subject: [PATCH 2/6] Other README stuff
---
README.md | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 92edda9a..44dcb3b0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Ryujinx
@@ -12,10 +12,11 @@
Ryujinx is an open-source Nintendo Switch emulator, created by gdkchan, written in C#.
This emulator aims at providing excellent accuracy and performance, a user-friendly interface and consistent builds.
It was written from scratch and development on the project began in September 2017.
- Ryujinx is available on Github under the MIT license.
+ Ryujinx is available on Github under the MIT license.
+
## Compatibility
@@ -55,7 +57,7 @@ See our [Setup & Configuration Guide](https://github.com/Ryujinx/Ryujinx/wiki/Ry
For our Local Wireless (LDN) builds, see our [Multiplayer: Local Play/Local Wireless Guide
](https://github.com/Ryujinx/Ryujinx/wiki/Multiplayer-(LDN-Local-Wireless)-Guide).
-Avalonia UI comes with translations for various languages. See [Crowdin](https://crwd.in/ryujinx) for more information.
+Avalonia UI comes with translations for various languages. See [Crowdin](#) for more information.
## Latest build
@@ -64,7 +66,7 @@ While we strive to ensure optimal stability and performance prior to pushing an
If you want to see details on updates to the emulator, you can visit our [Changelog](https://github.com/Ryujinx/Ryujinx/wiki/Changelog).
-The latest automatic build for Windows, macOS, and Linux can be found on the [Official Website](https://ryujinx.org/download).
+The latest automatic build for Windows, macOS, and Linux can be found on the [Official Website](#).
## Documentation
@@ -140,6 +142,7 @@ This folder is located in the user folder, which can be accessed by clicking `Op
If you have contributions, suggestions, need emulator support or just want to get in touch with the team, join our [Discord server](https://discord.com/invite/Ryujinx).
You may also review our [FAQ](https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions).
+
## License
From 9a128e92f749c8c06b079021d1162600ff587362 Mon Sep 17 00:00:00 2001
From: reggie
Date: Tue, 1 Oct 2024 16:37:08 -0500
Subject: [PATCH 3/6] Completely isolate the original project's `.github/`
---
{.github => .github-orig}/FUNDING.yml | 0
{.github => .github-orig}/ISSUE_TEMPLATE/bug_report.yml | 0
{.github => .github-orig}/ISSUE_TEMPLATE/config.yml | 0
{.github => .github-orig}/ISSUE_TEMPLATE/feature_request.yml | 0
.../ISSUE_TEMPLATE/missing_cpu_instruction.yml | 0
{.github => .github-orig}/ISSUE_TEMPLATE/missing_service_call.yml | 0
.../ISSUE_TEMPLATE/missing_shader_instruction.yml | 0
{.github => .github-orig}/csc.json | 0
{.github => .github-orig}/dependabot.yml | 0
{.github => .github-orig}/labeler.yml | 0
{.github => .github-orig}/reviewers.yml | 0
{.github => .github-orig}/workflows/build.yml | 0
{.github => .github-orig}/workflows/checks.yml | 0
{.github => .github-orig}/workflows/flatpak.yml | 0
{.github => .github-orig}/workflows/mako.yml | 0
{.github => .github-orig}/workflows/nightly_pr_comment.yml | 0
{.github => .github-orig}/workflows/pr_triage.yml | 0
{.github => .github-orig}/workflows/release.yml | 0
18 files changed, 0 insertions(+), 0 deletions(-)
rename {.github => .github-orig}/FUNDING.yml (100%)
rename {.github => .github-orig}/ISSUE_TEMPLATE/bug_report.yml (100%)
rename {.github => .github-orig}/ISSUE_TEMPLATE/config.yml (100%)
rename {.github => .github-orig}/ISSUE_TEMPLATE/feature_request.yml (100%)
rename {.github => .github-orig}/ISSUE_TEMPLATE/missing_cpu_instruction.yml (100%)
rename {.github => .github-orig}/ISSUE_TEMPLATE/missing_service_call.yml (100%)
rename {.github => .github-orig}/ISSUE_TEMPLATE/missing_shader_instruction.yml (100%)
rename {.github => .github-orig}/csc.json (100%)
rename {.github => .github-orig}/dependabot.yml (100%)
rename {.github => .github-orig}/labeler.yml (100%)
rename {.github => .github-orig}/reviewers.yml (100%)
rename {.github => .github-orig}/workflows/build.yml (100%)
rename {.github => .github-orig}/workflows/checks.yml (100%)
rename {.github => .github-orig}/workflows/flatpak.yml (100%)
rename {.github => .github-orig}/workflows/mako.yml (100%)
rename {.github => .github-orig}/workflows/nightly_pr_comment.yml (100%)
rename {.github => .github-orig}/workflows/pr_triage.yml (100%)
rename {.github => .github-orig}/workflows/release.yml (100%)
diff --git a/.github/FUNDING.yml b/.github-orig/FUNDING.yml
similarity index 100%
rename from .github/FUNDING.yml
rename to .github-orig/FUNDING.yml
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github-orig/ISSUE_TEMPLATE/bug_report.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/bug_report.yml
rename to .github-orig/ISSUE_TEMPLATE/bug_report.yml
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github-orig/ISSUE_TEMPLATE/config.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/config.yml
rename to .github-orig/ISSUE_TEMPLATE/config.yml
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github-orig/ISSUE_TEMPLATE/feature_request.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/feature_request.yml
rename to .github-orig/ISSUE_TEMPLATE/feature_request.yml
diff --git a/.github/ISSUE_TEMPLATE/missing_cpu_instruction.yml b/.github-orig/ISSUE_TEMPLATE/missing_cpu_instruction.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/missing_cpu_instruction.yml
rename to .github-orig/ISSUE_TEMPLATE/missing_cpu_instruction.yml
diff --git a/.github/ISSUE_TEMPLATE/missing_service_call.yml b/.github-orig/ISSUE_TEMPLATE/missing_service_call.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/missing_service_call.yml
rename to .github-orig/ISSUE_TEMPLATE/missing_service_call.yml
diff --git a/.github/ISSUE_TEMPLATE/missing_shader_instruction.yml b/.github-orig/ISSUE_TEMPLATE/missing_shader_instruction.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/missing_shader_instruction.yml
rename to .github-orig/ISSUE_TEMPLATE/missing_shader_instruction.yml
diff --git a/.github/csc.json b/.github-orig/csc.json
similarity index 100%
rename from .github/csc.json
rename to .github-orig/csc.json
diff --git a/.github/dependabot.yml b/.github-orig/dependabot.yml
similarity index 100%
rename from .github/dependabot.yml
rename to .github-orig/dependabot.yml
diff --git a/.github/labeler.yml b/.github-orig/labeler.yml
similarity index 100%
rename from .github/labeler.yml
rename to .github-orig/labeler.yml
diff --git a/.github/reviewers.yml b/.github-orig/reviewers.yml
similarity index 100%
rename from .github/reviewers.yml
rename to .github-orig/reviewers.yml
diff --git a/.github/workflows/build.yml b/.github-orig/workflows/build.yml
similarity index 100%
rename from .github/workflows/build.yml
rename to .github-orig/workflows/build.yml
diff --git a/.github/workflows/checks.yml b/.github-orig/workflows/checks.yml
similarity index 100%
rename from .github/workflows/checks.yml
rename to .github-orig/workflows/checks.yml
diff --git a/.github/workflows/flatpak.yml b/.github-orig/workflows/flatpak.yml
similarity index 100%
rename from .github/workflows/flatpak.yml
rename to .github-orig/workflows/flatpak.yml
diff --git a/.github/workflows/mako.yml b/.github-orig/workflows/mako.yml
similarity index 100%
rename from .github/workflows/mako.yml
rename to .github-orig/workflows/mako.yml
diff --git a/.github/workflows/nightly_pr_comment.yml b/.github-orig/workflows/nightly_pr_comment.yml
similarity index 100%
rename from .github/workflows/nightly_pr_comment.yml
rename to .github-orig/workflows/nightly_pr_comment.yml
diff --git a/.github/workflows/pr_triage.yml b/.github-orig/workflows/pr_triage.yml
similarity index 100%
rename from .github/workflows/pr_triage.yml
rename to .github-orig/workflows/pr_triage.yml
diff --git a/.github/workflows/release.yml b/.github-orig/workflows/release.yml
similarity index 100%
rename from .github/workflows/release.yml
rename to .github-orig/workflows/release.yml
From d4562a622e335762fecb3ebdd6e9bbc2ebed7608 Mon Sep 17 00:00:00 2001
From: reggie
Date: Tue, 1 Oct 2024 16:43:34 -0500
Subject: [PATCH 4/6] Revert "Other README stuff"
This reverts commit c70534fc220fe4a1e2c1844e4a7404ea2d0ca87d.
---
README.md | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 44dcb3b0..92edda9a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Ryujinx
@@ -12,11 +12,10 @@
Ryujinx is an open-source Nintendo Switch emulator, created by gdkchan, written in C#.
This emulator aims at providing excellent accuracy and performance, a user-friendly interface and consistent builds.
It was written from scratch and development on the project began in September 2017.
- Ryujinx is available on Github under the MIT license.
+ Ryujinx is available on Github under the MIT license.
-
## Compatibility
@@ -57,7 +55,7 @@ See our [Setup & Configuration Guide](https://github.com/Ryujinx/Ryujinx/wiki/Ry
For our Local Wireless (LDN) builds, see our [Multiplayer: Local Play/Local Wireless Guide
](https://github.com/Ryujinx/Ryujinx/wiki/Multiplayer-(LDN-Local-Wireless)-Guide).
-Avalonia UI comes with translations for various languages. See [Crowdin](#) for more information.
+Avalonia UI comes with translations for various languages. See [Crowdin](https://crwd.in/ryujinx) for more information.
## Latest build
@@ -66,7 +64,7 @@ While we strive to ensure optimal stability and performance prior to pushing an
If you want to see details on updates to the emulator, you can visit our [Changelog](https://github.com/Ryujinx/Ryujinx/wiki/Changelog).
-The latest automatic build for Windows, macOS, and Linux can be found on the [Official Website](#).
+The latest automatic build for Windows, macOS, and Linux can be found on the [Official Website](https://ryujinx.org/download).
## Documentation
@@ -142,7 +140,6 @@ This folder is located in the user folder, which can be accessed by clicking `Op
If you have contributions, suggestions, need emulator support or just want to get in touch with the team, join our [Discord server](https://discord.com/invite/Ryujinx).
You may also review our [FAQ](https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions).
-
## License
From ff5d11766b4387f6e1cdd2b2df397db26ca3a06f Mon Sep 17 00:00:00 2001
From: reggie
Date: Tue, 1 Oct 2024 16:44:33 -0500
Subject: [PATCH 5/6] Make link to `LICENSE.txt` relative
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 92edda9a..6052d589 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
Ryujinx is an open-source Nintendo Switch emulator, created by gdkchan, written in C#.
This emulator aims at providing excellent accuracy and performance, a user-friendly interface and consistent builds.
It was written from scratch and development on the project began in September 2017.
- Ryujinx is available on Github under the MIT license.
+ Ryujinx is available on Github under the MIT license.
From 351797aa79d3284a2b260bfc5774bc081f470e24 Mon Sep 17 00:00:00 2001
From: reggie
Date: Tue, 1 Oct 2024 16:57:04 -0500
Subject: [PATCH 6/6] Add notice in README
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 6052d589..d0bb2218 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
+## Ryujinx Mirror
+
+As of now, this repository simply serves as a downstream fork of the original Ryujinx project, and won't be accepting any new changes until further information arises.
+
+**If we can acquire the `Ryujinx` name on GitHub, ownership of this organization can also be transferred to someone else from the original Ryujinx team.**
+
+___
+