{ "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.5", "license": "Freeware", "architecture": { "64bit": { "url": "https://files.sshnuke.net/cemuhook_1251c_0575.zip", "hash": "dc8b138f61a9bb1d52d4227a46885ef8403e97df8eb100a384f77bcb57ecd586" } }, "depends": "cemu", "installer": { "script": [ "Copy-Item \"$dir\\cemuhook.dll\" \"$(versiondir 'cemu' 'current' $global)\" -Force", "Copy-Item \"$dir\\keystone.dll\" \"$(versiondir 'cemu' 'current' $global)\" -Force" ] }, "uninstaller": { "script": [ "'cemuhook.dll', 'keystone.dll' | ForEach-Object {", " if (Test-Path \"$(versiondir 'cemu' 'current' $global)\\$_\") {", " Remove-Item \"$(versiondir 'cemu' 'current' $global)\\$_\"", " }", "}" ] }, "checkver": { "regex": "cemuhook_(?[\\d_a-z]+).zip\">Cemu hook ([\\d.]+) for" }, "autoupdate": { "architecture": { "64bit": { "url": "https://files.sshnuke.net/cemuhook_$matchCemu.zip" } } } }