2019-11-29 16:14:29 -08:00
|
|
|
{
|
|
|
|
"homepage": "http://melonds.kuribo64.net/",
|
|
|
|
"description": "A Nintendo DS emulator aiming for fast and accurate emulation",
|
|
|
|
"license": "GPL-3.0-or-later",
|
2021-09-03 08:50:25 -07:00
|
|
|
"version": "0.9.3",
|
|
|
|
"url": "https://github.com/Arisotura/melonDS/releases/download/0.9.3/melonDS_0.9.3_win_x64.7z",
|
|
|
|
"hash": "108693998ce58175b4acb02788177f80e9e277658fa2cc9c62a2c7ae34181b10",
|
2019-11-29 16:14:29 -08:00
|
|
|
"installer": {
|
|
|
|
"script": [
|
|
|
|
"$FILE = 'bios7.bin'",
|
|
|
|
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
|
|
|
|
" Write-Host 'No' $FILE 'found. Creating dummy' $FILE'.' -f Yellow",
|
|
|
|
" New-Item \"$dir\\$FILE\" -Type File | Out-Null",
|
|
|
|
"}",
|
|
|
|
"$FILE = 'bios9.bin'",
|
|
|
|
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
|
|
|
|
" Write-Host 'No' $FILE 'found. Creating dummy' $FILE'.' -f Yellow",
|
|
|
|
" New-Item \"$dir\\$FILE\" -Type File | Out-Null",
|
|
|
|
"}",
|
|
|
|
"$FILE = 'firmware.bin'",
|
|
|
|
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
|
|
|
|
" Write-Host 'No' $FILE 'found. Creating dummy' $FILE'.' -f Yellow",
|
|
|
|
" New-Item \"$dir\\$FILE\" -Type File | Out-Null",
|
|
|
|
"}",
|
|
|
|
"$FILE = 'melonDS.ini'",
|
|
|
|
"if (!(Test-Path \"$persist_dir\\$FILE\")) {",
|
|
|
|
" New-Item \"$dir\\$FILE\" -Type File | Out-Null",
|
|
|
|
"}"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"bin": "melonDS.exe",
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"melonDS.exe",
|
|
|
|
"melonDS"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"persist": [
|
|
|
|
"bios7.bin",
|
|
|
|
"bios9.bin",
|
|
|
|
"firmware.bin",
|
|
|
|
"melonDS.ini"
|
|
|
|
],
|
|
|
|
"notes": [
|
|
|
|
"ATTENTION: MelonDS requires BIOS and firmware files dumped from a Nintendo DS to function.",
|
2021-02-23 12:09:25 -08:00
|
|
|
"Replace the dummy bios7.bin, bios9.bin, and firmware.bin files inside $persist_dir You must only do this once.",
|
2019-11-29 16:14:29 -08:00
|
|
|
"Visit http://melonds.kuribo64.net/faq.php for more information."
|
|
|
|
],
|
|
|
|
"checkver": {
|
|
|
|
"github": "https://github.com/Arisotura/melonDS"
|
|
|
|
},
|
|
|
|
"autoupdate": {
|
2021-09-03 08:50:25 -07:00
|
|
|
"url": "https://github.com/Arisotura/melonDS/releases/download/$version/melonDS_$version_win_64.7z"
|
2019-11-29 16:14:29 -08:00
|
|
|
}
|
|
|
|
}
|