File tree 1 file changed +17
-7
lines changed
1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -143,17 +143,27 @@ function ConfigureScoop {
143
143
scoop bucket add main
144
144
145
145
Write-Host " INFO: Adding scoop bucket"
146
- # Write-Host "INFO: Installing Citra"
147
- # scoop install citra-canary
148
-
149
- # scoop bucket add emulators https://github.com/borger/scoop-emulators.git
150
146
scoop bucket add emulators https:// github.com / hermanjustnu/ scoop- emulators.git
151
- # scoop install ppsspp
147
+
148
+ scoop install citra- canary
149
+ if ($LASTEXITCODE -ne 0 ) {
150
+ throw " Scoop install failed."
151
+ }
152
+
153
+ scoop install ppsspp- dev
154
+ if ($LASTEXITCODE -ne 0 ) {
155
+ throw " Scoop install failed."
156
+ }
157
+
152
158
scoop install rpcs3
159
+ if ($LASTEXITCODE -ne 0 ) {
160
+ throw " Scoop install failed."
161
+ }
162
+ # scoop bucket add emulators https://github.com/borger/scoop-emulators.git
153
163
154
- scoop install yuzu
164
+ scoop install ryujinx.json
155
165
if ($LASTEXITCODE -ne 0 ) {
156
- throw " Installation of $yuzu failed."
166
+ throw " Scoop install failed."
157
167
}
158
168
159
169
}
You can’t perform that action at this time.
0 commit comments