mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
7 lines
204 B
Bash
7 lines
204 B
Bash
#!/bin/sh
|
|
|
|
for i in {0..9}; do
|
|
test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
|
done
|
|
|
|
env DOTNET_EnableAlternateStackCheck=1 Ryujinx "$@" |