mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 21:40:18 +00:00
Add start.sh
This commit is contained in:
parent
047c1ead05
commit
c4417a4585
1 changed files with 9 additions and 0 deletions
9
distribution/linux/start.sh
Normal file
9
distribution/linux/start.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
# We recommend using Pine-jinx if you want the game to be optimised and installed for your system. This is mostly for PR builds and people who want a portable install.
|
||||
# It is also recommended to run start.sh in the terminal, although this isn't required in order for it to operate
|
||||
SCRIPT_DIR=$(dirname $0)
|
||||
chmod +x "$SCRIPT_DIR/Ryujinx"
|
||||
|
||||
DOTNET_EnableAlternateStackCheck=1 GDK_BACKEND=x11 "$SCRIPT_DIR/Ryujinx" "$@"
|
||||
|
||||
exit
|
Loading…
Reference in a new issue