Skip to content

Commit 7476f2e

Browse files
committed
Update prepare.ps1
1 parent f8e03da commit 7476f2e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: prepare.ps1

+5-4
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@ function ConfigureScoop {
145145
Write-Host "INFO: Adding scoop bucket"
146146
scoop bucket add emulators https://github.com/hermanjustnu/scoop-emulators.git
147147

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

153154
scoop install ppsspp-dev
154155
if ($LASTEXITCODE -ne 0) {

0 commit comments

Comments
 (0)