2019-11-29 16:13:16 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://pcsx2.net/",
|
|
|
|
"description": "A feature rich FOSS PlayStation 2 emulator (development version)",
|
|
|
|
"license": "LGPL-3.0-or-later",
|
2021-02-12 16:30:16 -08:00
|
|
|
"version": "1.7.0-953",
|
|
|
|
"url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v1.7.0-dev-953-g7187b883b&platform=windows-x86#/dl.7z",
|
|
|
|
"hash": "cbf46a7b80a8d22a300f04997a2dbb22b48155bcb5092a12b3fabed25457621a",
|
|
|
|
"extract_dir": "pcsx2-v1.7.0-dev-953-g7187b883b-windows-x86",
|
2019-11-29 16:13:16 -08:00
|
|
|
"bin": "pcsx2.exe",
|
|
|
|
"persist": [
|
|
|
|
"bios",
|
|
|
|
"cheats",
|
|
|
|
"cheats_ws",
|
|
|
|
"inis",
|
|
|
|
"logs",
|
|
|
|
"memcards",
|
|
|
|
"shaders\\GSdx_FX_Settings.ini",
|
|
|
|
"snaps",
|
|
|
|
"sstates",
|
|
|
|
"portable.ini"
|
|
|
|
],
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"pcsx2.exe",
|
|
|
|
"PCSX2-dev"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"suggest": {
|
|
|
|
"Visual Studio redist 2015": [
|
|
|
|
"vcredist",
|
|
|
|
"vcredist2015"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"checkver": {
|
|
|
|
"url": "https://buildbot.orphis.net/pcsx2/index.php",
|
2020-05-09 17:56:14 -07:00
|
|
|
"regex": "(?<basever>[\\d]+\\.[\\d]+\\.[\\d])-dev-(?<build>[\\d]+)-(?<commit>g[a-f\\d]{9})",
|
|
|
|
"replace": "${basever}-${build}"
|
2019-11-29 16:13:16 -08:00
|
|
|
},
|
|
|
|
"autoupdate": {
|
2020-05-09 17:56:14 -07:00
|
|
|
"url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v$matchBasever-dev-$matchBuild-$matchCommit&platform=windows-x86#/dl.7z",
|
|
|
|
"extract_dir": "pcsx2-v$matchBasever-dev-$matchBuild-$matchCommit-windows-x86"
|
2019-11-29 16:13:16 -08:00
|
|
|
},
|
|
|
|
"notes": [
|
|
|
|
"ATTENTION: PCSX2 requires a dump of the PS2 BIOS to function.",
|
|
|
|
"Place the BIOS file in PCSX2's bios directory, you can see the path it is looking in on first setup.",
|
|
|
|
"Learn more at https://pcsx2.net/config-guide/official-english-pcsx2-configuration-guide.html#Bios"
|
|
|
|
]
|
|
|
|
}
|