{ "version": "1.32.1", "description": "Multi-system emulator", "homepage": "https://mednafen.github.io/", "license": { "identifier": "GPL-2.0", "url": "http://www.gnu.org/licenses/gpl-2.0.html" }, "notes": [ "ATTENTION: Mednafen requires BIOS/firmware files for Playstation 1, PC Engine, and PC FX emulation.", "It is recommended to place these in $persist_dir\\firmware.", "See https://mednafen.github.io/documentation/#Section_firmware_bios for more information." ], "suggest": { "Mednaffe": "mednaffe" }, "architecture": { "32bit": { "url": "https://mednafen.github.io/releases/files/mednafen-1.32.1-win32.zip", "hash": "ca8e5cb53c2aedb347ab0358a1be496cfc4a51fc2e444648fa430365289c82e7" }, "64bit": { "url": "https://mednafen.github.io/releases/files/mednafen-1.32.1-win64.zip", "hash": "3b680ce6b50a17bcbb2ac611e38962ee469e399b412cc435ffacd6e7f6fb1982" } }, "installer": { "script": [ "if (!(Test-Path \"$persist_dir\\mednafen.cfg\")) {", " New-Item \"$dir\\mednafen.cfg\" | Out-Null", "}" ] }, "bin": "mednafen.exe", "shortcuts": [ [ "mednafen.exe", "mednafen" ] ], "persist": [ "cheats", "firmware", "mcm", "mcs", "palettes", "pgconfig", "sav", "snaps", "mednafen.cfg" ], "checkver": { "regex": "mednafen-(?[\\d.]+).tar.xz", "replace": "${1}" }, "autoupdate": { "architecture": { "32bit": { "url": "https://mednafen.github.io/releases/files/mednafen-$matchVersion-win32.zip" }, "64bit": { "url": "https://mednafen.github.io/releases/files/mednafen-$matchVersion-win64.zip" } } } }