Package Details: ryujinx 1.2.72-1

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/GreemDev/Ryujinx
Licenses: MIT
Submitter: Rubo
Maintainer: xiota
Last Packager: xiota
Votes: 14
Popularity: 3.75
First Submitted: 2022-12-10 16:56 (UTC)
Last Updated: 2024-11-07 05:50 (UTC)

Pinned Comments

xiota commented on 2024-02-23 04:04 (UTC) (edited on 2024-10-28 07:55 (UTC) by xiota)

This package attempts to build the latest tagged version on rebuild.

  • Please wait about a month (28-31 days) before requesting version bumps.
  • Version bumps are technically unnecessary, but encourage AUR helpers to update.
  • If there is nothing else to update, requests for version bump that do not abide the rate limit may be unflagged.

Problems building?

For other issues, avoid flagging and commenting at the same time for the same issue.

  • Flag for common issues with standard solutions, like typos, depends updates, etc.
  • Comment for issues requiring explanation or debugging.
  • Use a pastebin for blocks of text more than a few lines.

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ceri commented on 2024-10-01 22:41 (UTC)

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.

HurricanePootis commented on 2024-09-05 01:37 (UTC)

@xiota, thanks for considering it

HurricanePootis commented on 2024-09-04 03:51 (UTC)

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() {

HurricanePootis commented on 2024-08-19 23:09 (UTC)

@GPeria The package will auto-update itself to the latest. Please read the pin comment before flagging this package out of date blindly.

HurricanePootis commented on 2024-08-02 19:39 (UTC)

@BlackLotus89 The package will auto-update itself whenever you go build it. Please read the pin comment before flagging this package out of date.

HurricanePootis commented on 2024-07-27 20:31 (UTC)

@mhdi

The package will automatically build the latest version of ryujinx. This package is not out of date.