Skip to content

Commit

Permalink
Update prepare.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francommit authored May 17, 2024
1 parent 350e76e commit 19477f3
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -150,28 +150,25 @@ function ConfigureScoop {
# if ($LASTEXITCODE -ne 0) {
# throw "Scoop install failed."
# }

#scoop install ppsspp-dev


scoop install rpcs3
if ($LASTEXITCODE -ne 0) {
throw "Scoop install failed."
}
# scoop bucket add emulators https://github.com/borger/scoop-emulators.git

scoop install ryujinx.json
if ($LASTEXITCODE -ne 0) {
throw "Scoop install failed."
}

scoop bucket rm emulator
scoop bucket add emulators https://github.com/borger/scoop-emulators.git
scoop bucket add emulators https://github.com/borger/scoop-emulators.git

scoop install ppsspp
if ($LASTEXITCODE -ne 0) {
throw "Scoop install failed."
}

scoop install rpcs3
if ($LASTEXITCODE -ne 0) {
throw "Scoop install failed."
}

}

function Install-AdditionalSoftware {
Expand Down

0 comments on commit 19477f3

Please sign in to comment.