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