@Alkaris
Here's a better one that has release tags intact https://git.naxdy.org/Mirror/Ryujinx/
Git Clone URL: | https://aur.archlinux.org/ryujinx.git (read-only, click to copy) |
---|---|
Package Base: | ryujinx |
Description: | Experimental Nintendo Switch Emulator written in C# |
Upstream URL: | https://github.com/Ryubing/Ryujinx |
Licenses: | MIT |
Submitter: | Rubo |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 24 |
Popularity: | 5.62 |
First Submitted: | 2022-12-10 16:56 (UTC) |
Last Updated: | 2025-03-01 19:36 (UTC) |
@Alkaris
Here's a better one that has release tags intact https://git.naxdy.org/Mirror/Ryujinx/
All gone, project is no more.
@ceri that's a bad build project fork that doesn't work.
You can download a clean version of the repo (v1403).
Due to the way Github forks work, the earliest fork became the parent and you can still access commits from the old parent from any fork. At the very least, this gives people a clean download link to the source code - for now. (Green Code Btn -> Download Zip)
https://github.com/emmauss/Ryujinx/tree/a2c003501371463fd1f98d2e5a7602ae19c21d7c
That is from one of the devs's fork.
If you want the repository history as well and are unsure how to get that, you can clone this repository https://github.com/IsaacMarovitz/Ryujinx
I've checked all the files and they are identical to that shown in the dev's fork via that github exploit.
@xiota, thanks for considering it
Hlleo @xioate, I have a recommendation. After building Ryujinx, there is a build-daemon/server that lives around. Since this is not really a development environment, I think it'd be best to shut it down after building ryujinx:
diff --git a/PKGBUILD b/PKGBUILD
index 5326594..a801268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,6 +60,7 @@ build() {
dotnet publish "${_args[@]}" -o publish_ava src/Ryujinx
dotnet publish "${_args[@]}" -o publish_gtk src/Ryujinx.Gtk3
dotnet publish "${_args[@]}" -o publish_sdl src/Ryujinx.Headless.SDL2
+ dotnet build-server shutdown
}
package() {
@GPeria The package will auto-update itself to the latest. Please read the pin comment before flagging this package out of date blindly.
@BlackLotus89 The package will auto-update itself whenever you go build it. Please read the pin comment before flagging this package out of date.
@mhdi
The package will automatically build the latest version of ryujinx. This package is not out of date.
Pinned Comments
xiota commented on 2024-02-23 04:04 (UTC) (edited on 2025-01-25 19:51 (UTC) by xiota)
This package attempts to build the latest release on rebuild.
Problems building?
aur/dotnet-core-bin
.For other issues, avoid flagging and commenting at the same time for the same issue.