Skip to content

Commit

Permalink
Update emuDeckXenia.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 16, 2024
1 parent 91011a6 commit 3a63f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckXenia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Xenia_install(){

#need to look at standardizing exe name; or download both? let the user choose at runtime?
#curl -L "$Xenia_releaseURL" --output "$romsPath"/xbox360/xenia.zip
if safeDownload "$Xenia_emuName" "$Xenia_releaseURL" "$romsPath/xbox360/xenia.zip" "$showProgress"; then
if safeDownload "$Xenia_emuName" "https://github.com/xenia-canary/xenia-canary/releases/download/eb99874/xenia_canary.zip" "$romsPath/xbox360/xenia.zip" "$showProgress"; then
#mkdir -p "$romsPath"/xbox360/tmp
unzip -o "$romsPath"/xbox360/xenia.zip -d "$romsPath"/xbox360
#rsync -avzh "$romsPath"/xbox360/tmp/ "$romsPath"/xbox360/
Expand Down

0 comments on commit 3a63f55

Please sign in to comment.