Skip to content

Commit

Permalink
primehack fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 23, 2024
1 parent 2b1bfd9 commit 7f76701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/EmuScripts/emuDeckPrimehack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ $Primehack_configFile="$emusPath\primehack\User\Config\Dolphin.ini"

function Primehack_install(){
setMSG "Downloading PrimeHack"
$url_primehack = getLatestReleaseURLGH "shiiion/dolphin" "zip" "zip"
#$url_primehack = getLatestReleaseURLGH "shiiion/dolphin" "zip" "zip"
$url_primehack = "https://github.com/shiiion/dolphin/releases/download/1.0.7a/PrimeHack.Release.v1.0.7a.zip"
download $url_primehack "PrimeHack.zip"
moveFromTo "$temp\PrimeHack" "$emusPath\PrimeHack"
createLauncher "PrimeHack"
Expand Down

0 comments on commit 7f76701

Please sign in to comment.