mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 21:40:18 +00:00
Update Ryujinx.sh
This commit is contained in:
parent
fe1895937b
commit
3ba26e0762
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue