mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +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))
|
||||
|
||||
chmod +x "$SCRIPT_DIR/Ryujinx"
|
||||
|
||||
DOTNET_EnableAlternateStackCheck=1 "$SCRIPT_DIR/Ryujinx" "$@"
|
||||
|
||||
exit
|
||||
env DOTNET_EnableAlternateStackCheck=1 "$SCRIPT_DIR/Ryujinx" "$@"
|
||||
|
|
Loading…
Reference in a new issue