59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"homepage": "https://pcsx2.net/",
|
|
"description": "A feature rich FOSS PlayStation 2 emulator (development version)",
|
|
"license": "LGPL-3.0-or-later",
|
|
"version": "1.7.0-1172",
|
|
"url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v1.7.0-dev-1172-g434a06cb7&platform=windows-x86#/dl.7z",
|
|
"hash": "09c0c4b8eb9eea71227af7d54dce03bde26df06b2a5b74373137fc03d3d5041e",
|
|
"extract_dir": "pcsx2-v1.7.0-dev-1172-g434a06cb7-windows-x86",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
|
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
|
|
" if (Test-Path \"$env:USERPROFILE\\Documents\\PCSX2\") {",
|
|
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
|
|
" Copy-Item -Path \"$env:USERPROFILE\\Documents\\PCSX2\\*\" -Destination \"$persist_dir\" -Recurse",
|
|
" Remove-Item -Path \"$env:USERPROFILE\\Documents\\PCSX2\" -Recurse",
|
|
" }",
|
|
"}"
|
|
],
|
|
"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",
|
|
"regex": "(?<basever>[\\d\\.]+)-dev-(?<build>[\\d]+)-(?<commit>g[a-f\\d]{9})",
|
|
"replace": "${basever}-${build}"
|
|
},
|
|
"autoupdate": {
|
|
"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"
|
|
},
|
|
"notes": [
|
|
"ATTENTION: PCSX2 requires a dump of the PS2 BIOS to function.",
|
|
"Place the BIOS file in $persist_dir\\bios",
|
|
"Learn more at https://pcsx2.net/config-guide/official-english-pcsx2-configuration-guide.html#Bios"
|
|
]
|
|
}
|