Skip to content

Commit 9f0a6b3

Browse files
committed
Ryu fixes nogui
1 parent d4e5537 commit 9f0a6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/EmuScripts/emuDeckRyujinx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Ryujinx_cleanup(){
4949
Ryujinx_install(){
5050
echo "Begin Ryujinx Install"
5151
local showProgress=$1
52-
if installEmuBI "$Ryujinx_emuName" "$(getReleaseURLGH "Ryubing/Stable-Releases" "-linux_x64.tar.gz" "" "" "nogui")" "" "tar.gz" "$showProgress"; then
52+
if installEmuBI "$Ryujinx_emuName" "$(getReleaseURLGH "Ryubing/Stable-Releases" "-linux_x64.tar.gz" "" "" "")" "" "tar.gz" "$showProgress"; then
5353
mkdir -p "$emusFolder/publish"
5454
tar -xvf "$emusFolder/Ryujinx.tar.gz" -C "$emusFolder" && rm -rf "$HOME/Applications/Ryujinx.tar.gz"
5555
chmod +x "$emusFolder/publish/Ryujinx"

0 commit comments

Comments
 (0)