Skip to content

Commit

Permalink
Update prepare.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francommit committed May 17, 2024
1 parent f8e03da commit 7476f2e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions prepare.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ function ConfigureScoop {
Write-Host "INFO: Adding scoop bucket"
scoop bucket add emulators https://github.com/hermanjustnu/scoop-emulators.git

scoop install citra-canary
if ($LASTEXITCODE -ne 0) {
throw "Scoop install failed."
}
# TO-DO: Find alternative 3DS emu
# scoop install citra-canary
# if ($LASTEXITCODE -ne 0) {
# throw "Scoop install failed."
# }

scoop install ppsspp-dev
if ($LASTEXITCODE -ne 0) {
Expand Down

0 comments on commit 7476f2e

Please sign in to comment.