scoop-games/bucket/duckstation.json

55 lines
1.5 KiB
JSON

{
"homepage": "https://github.com/stenzek/duckstation/",
"description": "A fast PlayStation 1 emulator for PC and Android",
"license": "GPL-3.0-only",
"version": "nightly",
"architecture": {
"64bit": {
"url": "https://github.com/stenzek/duckstation/releases/download/latest/duckstation-windows-x64-release.zip"
}
},
"installer": {
"script": [
"if (!(Test-Path \"$persist_dir\")) {",
" '[Main]', 'SettingsVersion = 3', '[AutoUpdater]', 'CheckAtStartup = false' | Set-Content \"$dir\\settings.ini\"",
" New-item \"$dir\\portable.txt\" -ItemType File | Out-Null",
"}"
]
},
"bin": [
[
"duckstation-qt-x64-ReleaseLTCG.exe",
"duckstation-nogui-x64-ReleaseLTCG.exe"
]
],
"shortcuts": [
[
"duckstation-qt-x64-ReleaseLTCG.exe",
"Duckstation"
]
],
"persist": [
"bios",
"cache",
"cheats",
"covers",
"database\\chtdb.txt",
"database\\gamecontrollerdb.txt",
"database\\gamesettings.ini",
"dump",
"inputprofiles",
"memcards",
"savestates",
"screenshots",
"shaders",
"textures",
"portable.txt",
"settings.ini"
],
"notes": [
"ATTENTION: Duckstation requires a PSX BIOS to function.",
"Place the BIOS file in $persist_dir\\bios",
"Learn more at: https://www.duckstation.org/wiki/BIOS"
]
}