mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-15 02:20:18 +00:00
7 lines
159 B
Bash
7 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
|