scoop-games/bucket/cemuhook.json

36 lines
1.2 KiB
JSON

{
"homepage": "https://cemuhook.sshnuke.net/",
"description": "Plugin for the Cemu emulator enabling H.264 decoding, gamepad input source overrides and game code/data patching at load-time",
"version": "0.5.7.3",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://files.sshnuke.net/cemuhook_1159_0573.zip",
"hash": "21288935d934d5f02052dd2acdef82c71c4e090a7d7e6dffbdc64c2cbd1afef5"
}
},
"depends": "cemu",
"installer": {
"script": [
"Copy-Item \"$dir\\keystone.dll\" \"$(versiondir 'cemu' 'current' $global)\"",
"Copy-Item \"$dir\\dbghelp.dll\" \"$(versiondir 'cemu' 'current' $global)\""
]
},
"uninstaller": {
"script": [
"Remove-Item \"$(versiondir 'cemu' 'current' $global)\\keystone.dll\"",
"Remove-Item \"$(versiondir 'cemu' 'current' $global)\\dbghelp.dll\""
]
},
"checkver": {
"regex": "cemuhook_(?<cemu>[\\d_]+).zip\">Cemu hook ([\\d.]+) for"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://files.sshnuke.net/cemuhook_$matchCemu.zip"
}
}
}
}