Skip to content

Commit 51430a5

Browse files
authored
Change ps3 homebrew rom source
1 parent ff75b93 commit 51430a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

download_list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"url": "https://dl.coolatoms.org/vitadb/C4.vpk"
122122
},
123123
{
124-
"file": "UP0001-THATOPONG_00-0000000000000000-A0100-V0100-RE.pkg",
125-
"url": "https://www.psx-place.com/resources/that-other-pong.479/download?version=645"
124+
"file": "Avoidance_v1.3.pkg",
125+
"url": "https://github.com/PublicDomainRoms/public-domain-roms/raw/master/ps3/Avoidance_v1.3.pkg"
126126
}
127127
],
128128
"releases": [

prepare.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ else {
375375

376376
Write-Host "INFO: Setup PS3"
377377
$ps3Path = "$romPath\ps3"
378-
$ps3Rom = "$requirementsFolder\UP0001-THATOPONG_00-0000000000000000-A0100-V0100-RE.pkg"
378+
$ps3Rom = "$requirementsFolder\Avoidance_v1.3.pkg"
379379
if (Test-Path $ps3Rom) {
380380
New-Item -ItemType Directory -Force -Path $ps3Path | Out-Null
381381
Move-Item -Path $ps3Rom -Destination $ps3Path | Out-Null

0 commit comments

Comments
 (0)