Update Ryujinx.sh

This commit is contained in:
RMED24 2022-12-05 09:10:13 +00:00 committed by TSR Berry
parent fe1895937b
commit 3ba26e0762
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -3,6 +3,6 @@ SCRIPT_DIR=$(dirname $(realpath $0))
chmod +x "$SCRIPT_DIR/Ryujinx"
DOTNET_EnableAlternateStackCheck=1 GDK_BACKEND=x11 "$SCRIPT_DIR/Ryujinx" "$@"
DOTNET_EnableAlternateStackCheck=1 "$SCRIPT_DIR/Ryujinx" "$@"
exit