Fix settings for melonDS to work with the AppImage the new download URL will download.

This commit is contained in:
Daniel Johnson
2025-12-04 18:28:03 -05:00
parent 213dc13ae7
commit 2319953617

View File

@@ -2,7 +2,7 @@
"human_name": "melonDS",
"description": "Nintendo DS emulator",
"platforms": ["Nintendo DS"],
"runner_executable": "melonds/melonDS",
"runner_executable": "melonds/melonDS-x86_64.AppImage",
"runnable_alone": true,
"flatpak_id": "net.kuribo64.melonDS",
"download_url": "https://melonds.kuribo64.net/downloads/melonDS-appimage-x86_64.zip",
@@ -14,5 +14,11 @@
"help": "A DS ROM",
"default_path": "game_path"
}
],
"system_options_override": [
{
"option": "disable_runtime",
"default": true
}
]
}