From 40a488799ec6e3ef38d3bdded2a7e2ea0bd8553a Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Sun, 13 Oct 2024 16:32:24 -0500 Subject: [PATCH] Ignore docs/ & fix shell image actually (real) --- .github/workflows/release.yml | 1 + README.md | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30e3c4701..0b8569ae6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ on: branches: [ master ] paths-ignore: - '.github/**' + - 'docs/**' - '*.yml' - '*.json' - '*.config' diff --git a/README.md b/README.md index 304fca405..6171c3232 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,15 @@

Ryujinx is an open-source Nintendo Switch emulator, originally 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. - +
+

+

On October 1st 2024, Ryujinx was discontinued as the creator was forced to abandon the project. This fork is intended to be a direct continuation for existing Ryujinx users. Guides and documentation will not be provided at this time, though you can find the old ones on the Internet Archive. - -

@@ -38,7 +36,7 @@

- +

## Compatibility