mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-15 06:00:19 +00:00
8 lines
159 B
Bash
8 lines
159 B
Bash
|
#!/usr/bin/env sh
|
||
|
SCRIPT_DIR=$(dirname $0)
|
||
|
chmod +x "$SCRIPT_DIR/Ryujinx"
|
||
|
|
||
|
DOTNET_EnableAlternateStackCheck=1 GDK_BACKEND=x11 "$SCRIPT_DIR/Ryujinx" "$@"
|
||
|
|
||
|
exit
|