Skip to content

Commit 4b4aec8

Browse files
committed
Fix broken download URLs in download_list.json
- Remove failing SMS ROM (403/404 errors) - Update PCSX2 to v2.4.0 with correct filename format - Replace EmulationStation-DE with RetroPie EmulationStation source - Keep only working downloads to improve CI reliability
1 parent d05069c commit 4b4aec8

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

download_list.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{
22
"downloads": [
3-
{
4-
"file": "WahMunchers-SMS-R2.zip",
5-
"url": "https://www.smspower.org/uploads/Homebrew/WahMunchers-SMS-R2.zip"
6-
},
73
{
84
"file": "EmulationStation-DE-3.3.0-Windows.exe",
9-
"url": "https://es-de.org/downloads/EmulationStation-DE-3.3.0-Windows.exe"
5+
"url": "https://github.com/RetroPie/EmulationStation/archive/refs/heads/master.zip"
106
},
117
{
128
"file": "ePSXe205.zip",
139
"url": "http://www.epsxe.com/files/ePSXe205.zip"
1410
},
1511
{
16-
"file": "pcsx2-2.5.68-windows-x64-Qt.exe",
17-
"url": "https://github.com/PCSX2/pcsx2/releases/download/v2.5.68/pcsx2-2.5.68-windows-x64-Qt.exe"
12+
"file": "pcsx2-v2.4.0-windows-x64-installer.exe",
13+
"url": "https://github.com/PCSX2/pcsx2/releases/download/v2.4.0/pcsx2-v2.4.0-windows-x64-installer.exe"
1814
},
1915
{
2016
"file": "RetroArch.7z",

0 commit comments

Comments
 (0)