Skip to content

Commit

Permalink
ryu mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 3, 2024
1 parent 7ea24b7 commit b272708
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/release-channel-master" "zip"
$url_ryu = getLatestReleaseURLGH "ryujinx-mirror/ryujinx" "zip"
download $url_ryu "Ryujinx.zip"
moveFromTo "$temp/Ryujinx/publish" "$emusPath\Ryujinx"
createLauncher "Ryujinx"
Expand Down

0 comments on commit b272708

Please sign in to comment.