mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 22:40:18 +00:00
Cleanup Ryujinx.sh
This commit is contained in:
parent
fee6a0f2ae
commit
31ce4da61c
1 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/bin/sh
|
||||||
|
|
||||||
SCRIPT_DIR=$(dirname $(realpath $0))
|
SCRIPT_DIR=$(dirname $(realpath $0))
|
||||||
|
|
||||||
chmod +x "$SCRIPT_DIR/Ryujinx"
|
env DOTNET_EnableAlternateStackCheck=1 "$SCRIPT_DIR/Ryujinx" "$@"
|
||||||
|
|
||||||
DOTNET_EnableAlternateStackCheck=1 "$SCRIPT_DIR/Ryujinx" "$@"
|
|
||||||
|
|
||||||
exit
|
|
||||||
|
|
Loading…
Reference in a new issue