From c4417a45850b375c7beb87d1a41c214c775814dc Mon Sep 17 00:00:00 2001 From: RMED24 <81475204+RMED24@users.noreply.github.com> Date: Sun, 4 Dec 2022 18:34:20 +0000 Subject: [PATCH] Add start.sh --- distribution/linux/start.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 distribution/linux/start.sh diff --git a/distribution/linux/start.sh b/distribution/linux/start.sh new file mode 100644 index 000000000..bcb7c6c4d --- /dev/null +++ b/distribution/linux/start.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# We recommend using Pine-jinx if you want the game to be optimised and installed for your system. This is mostly for PR builds and people who want a portable install. +# It is also recommended to run start.sh in the terminal, although this isn't required in order for it to operate +SCRIPT_DIR=$(dirname $0) +chmod +x "$SCRIPT_DIR/Ryujinx" + +DOTNET_EnableAlternateStackCheck=1 GDK_BACKEND=x11 "$SCRIPT_DIR/Ryujinx" "$@" + +exit