36 lines
1.2 KiB
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.4",
|
|
"license": "Freeware",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://files.sshnuke.net/cemuhook_1251_0574.zip",
|
|
"hash": "f25a4636154b10b78511058c41390290e1239848cfb491c98c10c37747166968"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|