Skip to content

Commit

Permalink
Reapply "greemDev"
Browse files Browse the repository at this point in the history
This reverts commit 53d7185.
  • Loading branch information
dragoonDorise committed Dec 19, 2024
1 parent b8edb7d commit ba41e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckRyujinx.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $Ryujinx_configFile="$emusPath\Ryujinx\portable\Config.json"

function Ryujinx_install(){
setMSG "Downloading Ryujinx"
$url_ryu = getLatestReleaseURLGH "ryujinx-mirror/ryujinx" "zip"
$url_ryu = getLatestReleaseURLGH "GreemDev/Ryujinx" "zip"
download $url_ryu "Ryujinx.zip"
moveFromTo "$temp/Ryujinx/publish" "$emusPath\Ryujinx"
createLauncher "Ryujinx"
Expand Down

0 comments on commit ba41e48

Please sign in to comment.